diff options
| author | Jeroen <jeroenpardon@users.noreply.github.com> | 2021-12-05 02:19:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-05 02:19:39 +0100 |
| commit | 804a22bcbed289b1ace576b6fe670b88cf0d207f (patch) | |
| tree | a9720b82744d2ca60337c5b08056c837f937ede3 /assets | |
| parent | 462f5142f1826f43cf7fe2f89aaa6821661c3fd0 (diff) | |
| parent | 7751121f2867760f42723586efe1373e8c3de730 (diff) | |
Merge pull request #24 from simonporte/master
Small fixes
Diffstat (limited to 'assets')
| -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 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"; |