Skip to content

Commit 1739d41

Browse files
committed
revise web ui
1 parent 408ef12 commit 1739d41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

trunk/user/www/n56u_ribbon_fixed/Shadowsocks.asp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ setTimeout('document.getElementById("btn_ctime").style.display="none";',1000);
379379
html += '<br />';
380380
html += '<iframe src="https://myip.ipip.net" height="30" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>';
381381
html += '<br />';
382-
html += '<span>国外:<iframe src="https://api.myip.la" height="30" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" style="display:inline;width:220px;position:relative;top:4px;"></iframe></span>';
383-
html += '<br />';
384-
html += '<span>谷歌:<img src="https://www.google.com/favicon.ico?' + new Date().getTime() + '" /></span>';
382+
html += '<span>国外:<iframe src="https://api.myip.la" height="30" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" style="display:inline;width:50%;position:relative;top:4px;"></iframe></span>';
383+
//html += '<br />';
384+
html += '<span><img src="https://www.google.com/favicon.ico?' + new Date().getTime() + '" /></span>';
385385
$("ss_status").innerHTML = html;
386386
}
387387
function fill_dns2tcp_status(status_code) {
@@ -1587,7 +1587,7 @@ setTimeout('document.getElementById("btn_ctime").style.display="none";',1000);
15871587
style="color:#E53333;">若被编辑的节点正在运行使用,请完成后点击“应用设置”更新节点信息并重连</span>
15881588
</div>
15891589
<div><span
1590-
style="color:#E53333;">运行状态不会实时更新,启动节点后需等待一段时间手动刷新页面获取运行状态</span>
1590+
style="color:#E53333;">运行状态不会实时更新,启动节点后需等待一段时间手动 <input type="button" id="btn_reconnect" class="btn btn-info" value="刷新页面" onclick="window.location.reload();" tabindex="1"> 获取运行状态</span>
15911591
</div>
15921592
</div>
15931593
<table width="100%" cellpadding="4" cellspacing="0" class="table">

0 commit comments

Comments
 (0)