diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index 3fa44b4..5c8270c 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -223,9 +223,7 @@ var vm = new Vue({ } }, 'itemSearch': debounce(function(newVal) { - if (newVal) { - this.refreshItems() - } + this.refreshItems() }, 500), 'itemSortNewestFirst': function(newVal, oldVal) { if (oldVal === null) return