Collections, and installer patches

This commit is contained in:
Raelon Masters
2020-03-20 01:15:07 -04:00
parent 746dd405a8
commit 9327b01ff4
263 changed files with 509 additions and 365 deletions

2
src/interface/static/js/pyshelf_ux.js vendored Normal file → Executable file
View 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");