mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Merge pull request #572 from adam111316/feature/FixShowSearchBox
Fix show search box on non-poster show list views
This commit is contained in:
commit
1dc6ea3cef
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -135,6 +135,7 @@ $(document).ready(function () {
|
|||
},
|
||||
sortStable: true
|
||||
});
|
||||
$.tablesorter.filter.bindSearch($(obj), $('.search'));
|
||||
});
|
||||
}
|
||||
});
|
Loading…
Reference in a new issue