mirror of
https://github.com/Jaredk3nt/homepage.git
synced 2024-11-22 07:43:45 +01:00
commit
abcdcf5320
@ -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