Update search.js
This commit is contained in:
parent
7b1b2985ad
commit
41c22ed218
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ function search(text) {
|
|||
case "g":
|
||||
window.location = "https://www.google.com/?q=" + subtext;
|
||||
break;
|
||||
|
||||
}
|
||||
} else {
|
||||
var option = text.substr(1);
|
||||
|
|
Loading…
Reference in a new issue