From c2fece51f1e4aac189acb05575e1b9e17b9ee254 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 23 May 2020 21:15:13 +0200 Subject: [PATCH] js: fix typo in noopener --- panikweb_templates/static/js/specifics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panikweb_templates/static/js/specifics.js b/panikweb_templates/static/js/specifics.js index b679328..b18a389 100644 --- a/panikweb_templates/static/js/specifics.js +++ b/panikweb_templates/static/js/specifics.js @@ -135,7 +135,7 @@ $(function() { return false; }else{ $(this).attr('target','_blank'); - $(this).attr('rel', 'noopenenr'); + $(this).attr('rel', 'noopener'); $("#All a, #All area").removeClass('loading'); return true; } -- 2.39.2