oops, typo

This commit is contained in:
Sanj 2011-10-06 16:53:31 +05:30
parent 587b59b273
commit 4f4a090c1b

View File

@ -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 = $('<img />').attr("src", bigImage);
$('#lightbox, #lightBoxPanel').fadeIn(400);
$('#lightBoxPanel').empty().append($img);