From 8b1c86fbec9fb09f7c52f7313e30f03fd5b28bfb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 24 Nov 2015 17:32:35 +0800 Subject: [PATCH] Fix show search box on non-poster show list views --- CHANGES.md | 5 +++-- gui/slick/js/home.js | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 726c33cc..4fa78dd8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) 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