This commit is contained in:
j 2011-10-11 18:13:15 +05:30
parent d09ac6b0e5
commit de0fb3bc76

View File

@ -36,7 +36,7 @@ $('.thumbsDetails').live("click", function(e) {
$('#lightbox, #lightboxPanel').fadeIn(400);
$('#lightboxPanel').empty().append($img);
if ($(this).hasAttr("title")) {
var $caption = $('<div />').addClass("lightboxCaption").text($(this).attr("title")).appendTo($('#lightBoxPanel'));
var $caption = $('<div />').addClass("lightboxCaption").text($(this).attr("title")).appendTo($('#lightboxPanel'));
}
});