Update ImageGallery.plugin.js

This commit is contained in:
Mirco Wittrien 2020-05-01 09:21:34 +02:00
parent 439b04ec2c
commit f8694d812d
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ var ImageGallery = (_ => {
})); }));
} }
if (e.node) { if (e.node) {
console.log(e.node);
let modal = BDFDB.DOMUtils.getParent(BDFDB.dotCNC.modal + BDFDB.dotCN.layermodal, e.node); let modal = BDFDB.DOMUtils.getParent(BDFDB.dotCNC.modal + BDFDB.dotCN.layermodal, e.node);
if (modal) { if (modal) {
BDFDB.DOMUtils.addClass(modal, BDFDB.disCN._imagegallerygallery); BDFDB.DOMUtils.addClass(modal, BDFDB.disCN._imagegallerygallery);