[opt] remove log
This commit is contained in:
parent
5c3d1ed20c
commit
c2916732c1
|
@ -311,7 +311,6 @@ if (stellar.plugins.fancybox) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (needFancybox) {
|
if (needFancybox) {
|
||||||
console.log('need fancy', selector, document.querySelectorAll(selector) );
|
|
||||||
stellar.loadCSS(stellar.plugins.fancybox.css);
|
stellar.loadCSS(stellar.plugins.fancybox.css);
|
||||||
stellar.loadScript(stellar.plugins.fancybox.js, { defer: true }).then(function () {
|
stellar.loadScript(stellar.plugins.fancybox.js, { defer: true }).then(function () {
|
||||||
Fancybox.bind(selector, {
|
Fancybox.bind(selector, {
|
||||||
|
|
Loading…
Reference in New Issue