diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-07-30 21:25:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 21:25:42 +0200 |
| commit | d75f98c764be8290f2ae241aa67321bcce938cd6 (patch) | |
| tree | dc8036dc32da1ac1e7da07d470869d73db9d52f5 /searx/static | |
| parent | b06fc319423c84f3513a771b58441fb304d0606f (diff) | |
| parent | 74013c212aa8398bd363d220eda0bc9ff97ae6a1 (diff) | |
Merge pull request #2106 from kvch/revert-open-result-on-new-tab-plugin
Revert "[enh] new plugin to open results on new browser tabs"
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/plugins/js/open_results_on_new_tab.js | 3 |
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'); -}); |