From 3e0bde75d13e1c4432c5287f17a2425ae8e30488 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 7 Nov 2011 16:27:55 +0530 Subject: [PATCH] lightboxContainer --- 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 20727fb..35fbe9e 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 = $('.lightboxContainer').appendTo($c); + var $cont = $('
').addClass("lightboxContainer").appendTo($c); if (title != '') { var $caption = $('
').addClass("lightboxCaption").text(title).appendTo($cont); }