mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Collections, and installer patches
This commit is contained in:
0
src/interface/static/js/jquery-3.4.1.min.js
vendored
Normal file → Executable file
0
src/interface/static/js/jquery-3.4.1.min.js
vendored
Normal file → Executable file
2
src/interface/static/js/pyshelf_ux.js
vendored
Normal file → Executable file
2
src/interface/static/js/pyshelf_ux.js
vendored
Normal file → Executable file
@@ -3,7 +3,7 @@ $(document).ready(function(){
|
||||
var query = $('.nav_search').val();
|
||||
console.log(query);
|
||||
window.location.href = '/search/'+query;
|
||||
})
|
||||
});
|
||||
$('.nav_search').on('keypress', function (e) {
|
||||
if(e.which === 13){
|
||||
$(this).attr("disabled", "disabled");
|
||||
|
||||
Reference in New Issue
Block a user