diff --git a/js/search.js b/js/search.js index 9558c7f..85f9232 100644 --- a/js/search.js +++ b/js/search.js @@ -102,6 +102,7 @@ for (var i=0; i < repos.length; ++i) { } searchButton.addEventListener("click", onSearchInit, false); +searchBox.addEventListener('change', onSearchInit, false); /* If the page was loaded with a PHP-style GET string `?game=&search=`, read it for the search term and perform a search. */ var pos = document.URL.indexOf("?game=");