]> git.0d.be Git - panikweb.git/commitdiff
js: fix typo in noopener
authorFrédéric Péters <fpeters@0d.be>
Sat, 23 May 2020 19:15:13 +0000 (21:15 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 23 May 2020 19:15:37 +0000 (21:15 +0200)
panikweb_templates/static/js/specifics.js

index 09dab2356e12d42cf7b1864072daf165d1cc3d09..17ec421e641be301bc36a05c0be4914a928527f1 100644 (file)
@@ -211,7 +211,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;
                                }