summaryrefslogtreecommitdiff
path: root/searx/static/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/plugins')
-rw-r--r--searx/static/plugins/js/open_results_on_new_tab.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/static/plugins/js/open_results_on_new_tab.js b/searx/static/plugins/js/open_results_on_new_tab.js
deleted file mode 100644
index 99ef382a0..000000000
--- a/searx/static/plugins/js/open_results_on_new_tab.js
+++ /dev/null
@@ -1,3 +0,0 @@
-$(document).ready(function() {
- $('.result_header > a').attr('target', '_blank');
-});