diff options
Diffstat (limited to 'assets/js/search.js')
| -rwxr-xr-x | assets/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/search.js b/assets/js/search.js index 3217735..12736b2 100755 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -120,7 +120,7 @@ function search(text) { else window.location = "https://" + text; } else { - window.location = "https://www.google.com/search?q=" + text; + window.location = sengine + text; } } |