]> git.0d.be Git - panikweb-esperanzah.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:28 +0000 (21:15 +0200)
panikweb_templates/static/js/specifics.js

index 8e7959ad3ca7944926928d05469ab1eff12e6e4c..30cf1dfe71296089520e7c3f5015c5aef6ec8ec5 100644 (file)
@@ -147,7 +147,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;
                                }