From 4f4a090c1b4de62696c1de01fee4a2b2376459bb Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 6 Oct 2011 16:53:31 +0530 Subject: [PATCH] oops, typo --- 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 621862d..491331d 100644 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -31,7 +31,7 @@ $('#listLeft ul li a').live("click", function() { $('.thumbsDetails').live("click", function(e) { // alert($(this).attr("data-bigimage")); - var bigImge = $(this).attr("data-bigimage"); + var bigImage = $(this).attr("data-bigimage"); var $img = $('').attr("src", bigImage); $('#lightbox, #lightBoxPanel').fadeIn(400); $('#lightBoxPanel').empty().append($img);