mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-10-30 09:55:49 +01:00
Fixed spelling
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
};
|
||||
document.addEventListener("keydown", this._keyListener.bind(this));
|
||||
|
||||
// fill seach from get parameter.
|
||||
// fill search from get parameter.
|
||||
const search = new URLSearchParams(window.location.search).get("search");
|
||||
if (search) {
|
||||
this.$refs.search.value = search;
|
||||
|
||||
Reference in New Issue
Block a user