]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/static/js/specifics.js
add rel="noopener" to links opening in new tabs
[panikweb.git] / panikweb_templates / static / js / specifics.js
index 32a7f17199546dbbeabee8b60e315db5a51068d3..b67932807d3ab99ee98c5d9203ad8767d8a927f0 100644 (file)
@@ -135,6 +135,7 @@ $(function() {
                                        return false;
                                }else{
                                        $(this).attr('target','_blank');
+                                       $(this).attr('rel', 'noopenenr');
                                        $("#All a, #All area").removeClass('loading');
                                        return true;
                                }