We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bd20b commit d682e73Copy full SHA for d682e73
src/js/search.js
@@ -44,7 +44,6 @@ var search = (function(){
44
get: function(){
45
varsearchInput=helper.e(".search-input");
46
varstring=helper.trimString(searchInput.value).toLowerCase();
47
-console.log(string);
48
if(state.get.current().search){
49
bookmarks.get().forEach(function(arrayItem,index){
50
arrayItem.items.forEach(function(arrayItem,index){
0 commit comments