diff --git a/personal/webboot/index.html b/personal/webboot/index.html index 4239fdb..c5b3c67 100644 --- a/personal/webboot/index.html +++ b/personal/webboot/index.html @@ -37,6 +37,7 @@ layout: null DuckDuckGo + URL Wikipedia --code pages-- Github @@ -126,7 +127,7 @@ layout: null function searchwww() { var url = document.getElementById("searchbar"); var searcher = document.getElementById("searchselect"); - if(url.value && searcher.value) + if(url.value) { window.location.assign(searcher.value + encodeURI(url.value)); }