This commit is contained in:
sanj 2010-11-14 00:56:17 +05:30
parent 4471b2ad6e
commit d986588f0e

View File

@ -5,7 +5,7 @@
$(function() {
$("a").each(function() {
var that = this;
if (!$(this).hasAttr("href")) {
if ($(this).attr("href") === undefined) {
return;
}
$(this).attr("target", "_blank");