Fixed search

This commit is contained in:
GAMIS65 2020-12-02 15:47:55 +01:00
parent 411c0db410
commit cd98fd0898

View File

@ -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