mirror of
https://github.com/Jaredk3nt/homepage.git
synced 2024-11-21 15:23:27 +01:00
Fixed search
This commit is contained in:
parent
411c0db410
commit
cd98fd0898
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user