summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/assets/js')
-rw-r--r--themes/blowfish/assets/js/search.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/blowfish/assets/js/search.js b/themes/blowfish/assets/js/search.js
index c3e7adb..bfa1a32 100644
--- a/themes/blowfish/assets/js/search.js
+++ b/themes/blowfish/assets/js/search.js
@@ -73,8 +73,6 @@ document.addEventListener("keydown", function (event) {
} else {
document.activeElement.click();
}
- }else{
- event.preventDefault();
}
}