mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed bug where previous searches, and orders were not respected by
paging
This commit is contained in:
4
src/interface/static/js/pyshelf_ux.js
vendored
4
src/interface/static/js/pyshelf_ux.js
vendored
@@ -81,10 +81,8 @@ $(document).ready(function(){
|
||||
window.location.href="/"+valueSelected
|
||||
});
|
||||
$('#btn-home').on("click", function(){
|
||||
console.log('Home Pressed');
|
||||
_location = $(this).attr('data-location');
|
||||
$('#_order').val(null);
|
||||
$('#_search').val(null);
|
||||
window.location.href=_location;
|
||||
});
|
||||
$('#search_string').html("<i> "+$('#_search').val().substr(0,15)+"</i>")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user