mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
Merge pull request #104 from undido/patch-1
Update auto-reload.js possible minor issue
This commit is contained in:
commit
f322af4831
@ -17,6 +17,9 @@ $(document).ready(function(){
|
||||
if($('div.banner').length == 0)
|
||||
return; // not index
|
||||
|
||||
if($(".post.op").size() != 1)
|
||||
return; //not thread page
|
||||
|
||||
var poll_interval;
|
||||
|
||||
var poll = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user