mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added new preview images
This commit is contained in:
7
src/interface/static/js/pyshelf_ux.js
vendored
7
src/interface/static/js/pyshelf_ux.js
vendored
@@ -80,4 +80,11 @@ $(document).ready(function(){
|
||||
var textSelected = optionSelected.text();
|
||||
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;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user