From b16de24126ba53c675f916644bbb5060b67b732b Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 1 Nov 2011 04:10:12 +0000 Subject: [PATCH] make lightbox close btn work --- itf/static/js/insidepage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/itf/static/js/insidepage.js b/itf/static/js/insidepage.js index 22371d1..ce01440 100755 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -91,10 +91,11 @@ function getLi(item) { } $(function() { - $('#lightbox').click(function() { + $('#lightbox, #closeImg').click(function() { hideLightbox(); }); + /* search button toggle */ $('.searchInnerField').hide(); $('#searchInner').toggle(function() {