index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
static
/
plugins
/
js
/
open_results_on_new_tab.js
blob: 99ef382a04a1c99717e142e0f5c3de4949002a4c (
plain
)
1
2
3
$(document).ready(function() { $('.result_header > a').attr('target', '_blank'); });