remove console.log
This commit is contained in:
parent
3bd40bb77f
commit
6b5c54c187
@ -71,7 +71,6 @@ function check_gallery(id_gallery){
|
|||||||
if (galleryButtons.length === 1 && !galleryBtnSelected) {
|
if (galleryButtons.length === 1 && !galleryBtnSelected) {
|
||||||
//automatically open when there is only 1 gallery btn, and was previously selected
|
//automatically open when there is only 1 gallery btn, and was previously selected
|
||||||
galleryButtons[0].click();
|
galleryButtons[0].click();
|
||||||
console.log('clicked');
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
galleryObservers[id_gallery].observe( gallery, { childList:true, subtree:false })
|
galleryObservers[id_gallery].observe( gallery, { childList:true, subtree:false })
|
||||||
|
Loading…
Reference in New Issue
Block a user