1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-12 16:30:33 +02:00
searxng/searx/static/plugins/js/open_results_on_new_tab.js

4 lines
89 B
JavaScript

$(document).ready(function() {
$('.result_header > a').attr('target', '_blank');
});