summaryrefslogtreecommitdiff
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');
});