Update search.js

This commit is contained in:
k 2021-09-01 20:06:09 +03:00 committed by GitHub
parent 7b1b2985ad
commit 41c22ed218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,6 @@ function search(text) {
case "g":
window.location = "https://www.google.com/?q=" + subtext;
break;
}
} else {
var option = text.substr(1);