forked from leftypol/leftypol
Fixes jquery API breaking changes in auto-reload and thread-stats
This commit is contained in:
parent
b7f30ed4d1
commit
c2a2c667d6
3 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ $(document).ready(function(){
|
|||
{
|
||||
return; // not index
|
||||
}
|
||||
if($(".post.op").size() != 1)
|
||||
if($(".post.op").length != 1)
|
||||
{
|
||||
return; //not thread page
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue