diff options
| author | k <kori@tulibu-dibu.com> | 2021-09-01 20:06:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 20:06:09 +0300 |
| commit | 41c22ed218d6f97f176ec3ef52c89ed2d17ad965 (patch) | |
| tree | 8ebded7ab2e78db10c1c8b3929ec700e2b53c114 /assets/js/search.js | |
| parent | 7b1b2985ad0342fdff7cccce08c8787a93310fa0 (diff) | |
Update search.js
Diffstat (limited to 'assets/js/search.js')
| -rwxr-xr-x | assets/js/search.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/js/search.js b/assets/js/search.js index fc47a9d..3217735 100755 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -96,7 +96,6 @@ function search(text) { case "g": window.location = "https://www.google.com/?q=" + subtext; break; - } } else { var option = text.substr(1); |