Skip to content

Commit 408ef12

Browse files
committed
add timestamp for google image url
1 parent 5a43966 commit 408ef12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/user/www/n56u_ribbon_fixed/Shadowsocks.asp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ setTimeout('document.getElementById("btn_ctime").style.display="none";',1000);
381381
html += '<br />';
382382
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>';
383383
html += '<br />';
384-
html += '<span>谷歌:<img src="https://www.google.com/favicon.ico" /></span>';
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) {

0 commit comments

Comments
 (0)