Revert "[enh] new plugin to open results on new browser tabs"

This reverts commit ab6a7601cb.

Closes #2037
This commit is contained in:
Noémi Ványi 2020-07-29 22:09:14 +02:00
parent fc5d1c69cc
commit 74013c212a
3 changed files with 0 additions and 30 deletions

View file

@ -1,3 +0,0 @@
$(document).ready(function() {
$('.result_header > a').attr('target', '_blank');
});