mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 16:36:51 +01:00
5 lines
252 B
JavaScript
5 lines
252 B
JavaScript
|
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 }
|