Browse Source

Merge pull request #572 from adam111316/feature/FixShowSearchBox

Fix show search box on non-poster show list views
pull/573/head
adam111316 10 years ago
parent
commit
1dc6ea3cef
  1. 5
      CHANGES.md
  2. 1
      gui/slick/js/home.js

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

1
gui/slick/js/home.js

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