Fix show search box on non-poster show list views

This commit is contained in:
Adam 2015-11-24 17:32:35 +08:00
parent 25c0af27ae
commit 8b1c86fbec
2 changed files with 4 additions and 2 deletions

View file

@ -80,8 +80,9 @@
* Change to move JS code out of home template and into dedicated file
[develop changelog]
Enable Alpha Ratio again now that the secure login page over https is fixed
Add ability to parse command line output from unix unrar version 4 and below
* Enable Alpha Ratio again now that the secure login page over https is fixed
* Add ability to parse command line output from unix unrar version 4 and below
* Fix show search box on non-poster show list views
### 0.10.0 (2015-08-06 11:05:00 UTC)

View file

@ -135,6 +135,7 @@ $(document).ready(function () {
},
sortStable: true
});
$.tablesorter.filter.bindSearch($(obj), $('.search'));
});
}
});