]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/search.js
contributors: fix an alias in the list of contributors
[factor.git] / extra / webapps / help / search.js
1 window.onload = function() {
2     var radios = document.getElementsByClassName("radiotab");
3     if (radios.length > 0) {
4         radios[0].checked = true;
5     }
6 }