diff --git a/apps/note/static/note/js/consos.js b/apps/note/static/note/js/consos.js index 199a0a19..9ee543f7 100644 --- a/apps/note/static/note/js/consos.js +++ b/apps/note/static/note/js/consos.js @@ -259,8 +259,8 @@ function consume (source, source_alias, dest, quantity, amount, reason, type, ca }) } -const searchbar = document.getElementById("search-input") -const search_results = document.getElementById("search-results") +var searchbar = document.getElementById("search-input") +var search_results = document.getElementById("search-results") var old_pattern = null; var firstMatch = null;