Update detail.js

pull/3036/head
Yunus Emre Kalkan 5 years ago
parent 22b88eeecc
commit 454b672164

@ -136,8 +136,6 @@
}
$(".post-content a[href^='http']").each(function () {
$(this).attr('target','_blank');
});
$(".post-content a[href^='http']").attr('target', '_blank');
})(jQuery);

Loading…
Cancel
Save