summaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authorJeroen <jeroenpardon@users.noreply.github.com>2021-12-05 02:19:39 +0100
committerGitHub <noreply@github.com>2021-12-05 02:19:39 +0100
commit804a22bcbed289b1ace576b6fe670b88cf0d207f (patch)
treea9720b82744d2ca60337c5b08056c837f937ede3 /assets/js
parent462f5142f1826f43cf7fe2f89aaa6821661c3fd0 (diff)
parent7751121f2867760f42723586efe1373e8c3de730 (diff)
Merge pull request #24 from simonporte/master
Small fixes
Diffstat (limited to 'assets/js')
-rwxr-xr-xassets/js/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/search.js b/assets/js/search.js
index 12736b2..bd3fc2a 100755
--- a/assets/js/search.js
+++ b/assets/js/search.js
@@ -101,7 +101,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";