Blog/themes/freemind/source/js/active_search.js

5 lines
252 B
JavaScript
Raw Normal View History

2022-03-26 19:16:53 +01:00
id="local.search.active"
var inputArea = document.querySelector("#local-search-input");
inputArea.onclick = function(){ getSearchFile("search.xml"); this.onclick = null }
inputArea.onkeydown = function(){ if(event.keyCode == 13) return false }