diff --git a/CHANGES.md b/CHANGES.md index 3c530b6e..c37ea68a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -82,8 +82,9 @@ * Change to move JS code out of inc_top 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) diff --git a/gui/slick/js/home.js b/gui/slick/js/home.js index eb8d4c50..d2512279 100644 --- a/gui/slick/js/home.js +++ b/gui/slick/js/home.js @@ -135,6 +135,7 @@ $(document).ready(function () { }, sortStable: true }); + $.tablesorter.filter.bindSearch($(obj), $('.search')); }); } }); \ No newline at end of file