diff --git a/index.html b/index.html
index 0e2e382..31c3871 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
function search(e) {
if (e.keyCode == 13) {
var val = document.getElementById("search-field").value;
- window.open(searchurl + val);
+ window.open(searchUrl + val);
}
}
// Get current time and format