Skip to content
Snippets Groups Projects
custom.js 82 B
$(document).ready(function () {
    $('a.external').attr('target', '_blank');
});