Merge pull request #104 from undido/patch-1
Update auto-reload.js possible minor issue
This commit is contained in:
commit
81b3eec4e0
@ -16,6 +16,9 @@
|
||||
$(document).ready(function(){
|
||||
if($('div.banner').length == 0)
|
||||
return; // not index
|
||||
|
||||
if($(".post.op").size() != 1)
|
||||
return; //not thread page
|
||||
|
||||
var poll_interval;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user