Fixes jquery API breaking changes in auto-reload and thread-stats

This commit is contained in:
nonmakina 2020-12-31 01:04:11 -06:00
parent b7f30ed4d1
commit c2a2c667d6
3 changed files with 4 additions and 3 deletions

View file

@ -47,7 +47,7 @@ $(document).ready(function(){
{
return; // not index
}
if($(".post.op").size() != 1)
if($(".post.op").length != 1)
{
return; //not thread page
}