]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/static/js/specifics.js
js: fix typo in noopener
[panikweb.git] / panikweb_templates / static / js / specifics.js
index b67932807d3ab99ee98c5d9203ad8767d8a927f0..b18a3897854a9887f05971954fd6f52a1481cac8 100644 (file)
@@ -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;
                                }