From 1e4b5bcaa197af14d17a26c81dbc3af4b616fb1a Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 7 Nov 2011 16:36:46 +0530 Subject: [PATCH] foo --- 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 4f3bb38..9e7bb5f 100755 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -66,7 +66,7 @@ $('.thumbsDetails').live("click", function(e) { // showLightbox($img); var title = $(this).hasAttr("title") ? $(this).attr("title") : ''; // var $c = $('#lightboxContent'); - var $cont = $('
').addClass("lightboxContainer").appendTo($c); + var $cont = $('
').addClass("lightboxContainer"); $img.appendTo($cont); if (title != '') { var $caption = $('
').addClass("lightboxCaption").text(title).appendTo($cont);