mirror of
https://github.com/Jaredk3nt/homepage.git
synced 2024-11-21 23:33:31 +01:00
Fixed search
This commit is contained in:
parent
411c0db410
commit
cd98fd0898
@ -37,7 +37,7 @@
|
|||||||
function search(e) {
|
function search(e) {
|
||||||
if (e.keyCode == 13) {
|
if (e.keyCode == 13) {
|
||||||
var val = document.getElementById("search-field").value;
|
var val = document.getElementById("search-field").value;
|
||||||
window.open(searchurl + val);
|
window.open(searchUrl + val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Get current time and format
|
// Get current time and format
|
||||||
|
Loading…
Reference in New Issue
Block a user