From cd98fd0898a209959b6eecdbe19f8989441da9ba Mon Sep 17 00:00:00 2001 From: GAMIS65 Date: Wed, 2 Dec 2020 15:47:55 +0100 Subject: [PATCH] Fixed search --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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