From de0fb3bc767a223924df37d4062dac50487f074b Mon Sep 17 00:00:00 2001 From: j Date: Tue, 11 Oct 2011 18:13:15 +0530 Subject: [PATCH] silly --- itf/static/js/insidepage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/static/js/insidepage.js b/itf/static/js/insidepage.js index d4338a1..df0bb76 100755 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -36,7 +36,7 @@ $('.thumbsDetails').live("click", function(e) { $('#lightbox, #lightboxPanel').fadeIn(400); $('#lightboxPanel').empty().append($img); if ($(this).hasAttr("title")) { - var $caption = $('
').addClass("lightboxCaption").text($(this).attr("title")).appendTo($('#lightBoxPanel')); + var $caption = $('
').addClass("lightboxCaption").text($(this).attr("title")).appendTo($('#lightboxPanel')); } });