* Fix bug

This commit is contained in:
zenggang
2023-08-09 07:56:07 +00:00
parent 43ec306567
commit 500d7d64a2
+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);