* Fix bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user