* Change page load type.

This commit is contained in:
caoyanyi
2023-08-09 09:24:06 +08:00
parent a52bda618d
commit c8293a959d
+2 -2
View File
@@ -2,7 +2,7 @@ function syncComments()
{
$.get(link, function(data)
{
if(data == 'finish') return openUrl(browseLink);
if(data == 'finish') return loadPage(browseLink);
var count = parseInt(data);
if(isNaN(count)) count = 0;
@@ -12,4 +12,4 @@ function syncComments()
});
}
setTimeout(syncComments, 500);
setTimeout(syncComments, 500);