mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-13 18:40:49 +01:00
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(){
|
$(document).ready(function(){
|
||||||
if($('div.banner').length == 0)
|
if($('div.banner').length == 0)
|
||||||
return; // not index
|
return; // not index
|
||||||
|
|
||||||
|
if($(".post.op").size() != 1)
|
||||||
|
return; //not thread page
|
||||||
|
|
||||||
var poll_interval;
|
var poll_interval;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user