open_results_on_new_tab.js 89 B

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