make lightbox close btn work
This commit is contained in:
parent
36f6068f6e
commit
b16de24126
1 changed files with 2 additions and 1 deletions
|
@ -91,10 +91,11 @@ function getLi(item) {
|
|||
}
|
||||
|
||||
$(function() {
|
||||
$('#lightbox').click(function() {
|
||||
$('#lightbox, #closeImg').click(function() {
|
||||
hideLightbox();
|
||||
});
|
||||
|
||||
|
||||
/* search button toggle */
|
||||
$('.searchInnerField').hide();
|
||||
$('#searchInner').toggle(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue