Merge pull request #572 from adam111316/feature/FixShowSearchBox

Fix show search box on non-poster show list views
This commit is contained in:
adam111316 2015-11-24 22:25:56 +08:00
commit 1dc6ea3cef
2 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

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