Typo search engine
This commit is contained in:
parent
2db1e87300
commit
e2c6cec7f2
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function search(text) {
|
|||
var option = text.substr(1);
|
||||
switch (option) {
|
||||
case "d":
|
||||
window.location = "https://www.dukduckgo.com";
|
||||
window.location = "https://www.duckduckgo.com";
|
||||
break;
|
||||
case "y":
|
||||
window.location = "https://www.youtube.com";
|
||||
|
|
Loading…
Reference in a new issue