From 41c22ed218d6f97f176ec3ef52c89ed2d17ad965 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 1 Sep 2021 20:06:09 +0300 Subject: [PATCH] Update search.js --- assets/js/search.js | 1 - 1 file changed, 1 deletion(-) 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);