From cd00416ef3aa2ef591a22e94e2bc0abe6282e290 Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 6 Oct 2011 16:57:43 +0530 Subject: [PATCH] lightboxPanel --- itf/static/js/insidepage.js | 4 ++-- itf/templates/noel/insidepage.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/itf/static/js/insidepage.js b/itf/static/js/insidepage.js index 491331d..77770f7 100644 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -33,8 +33,8 @@ $('.thumbsDetails').live("click", function(e) { // alert($(this).attr("data-bigimage")); var bigImage = $(this).attr("data-bigimage"); var $img = $('').attr("src", bigImage); - $('#lightbox, #lightBoxPanel').fadeIn(400); - $('#lightBoxPanel').empty().append($img); + $('#lightbox, #lightboxPanel').fadeIn(400); + $('#lightboxPanel').empty().append($img); }); diff --git a/itf/templates/noel/insidepage.html b/itf/templates/noel/insidepage.html index 8177747..c087194 100644 --- a/itf/templates/noel/insidepage.html +++ b/itf/templates/noel/insidepage.html @@ -15,7 +15,7 @@ {% block content %} -
+