Merge pull request #104 from undido/patch-1

Update auto-reload.js possible minor issue
This commit is contained in:
Michael 2013-06-17 09:52:29 -07:00
commit 81b3eec4e0

View File

@ -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;