PluginProbe
Qi Blocks / trunk
Qi Blocks vtrunk
1.5.3 1.5.2 1.5.1 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 All 45 releases
← All changes | assets/dist/process-script.js +1 -1 1.0.7trunk View file →
@@ -1 +1 @@
1 -!function(){"use strict";document.addEventListener("DOMContentLoaded",(function(){e.init()}));let e={init:function(){this.holder=document.querySelectorAll(".qi-block-process"),this.holder.length&&[...this.holder].map((t=>{e.initItem(t)}))},getRealCurrentItem:function(e){return"string"==typeof e&&""!==e&&(e=qiBlocksEditor.qodefGetCurrentBlockElement.get(e)),e},initItem:function(t,i){if(!(t=e.getRealCurrentItem(t)))return;const o="object"!=typeof qiBlocksEditor?qiBlocks:qiBlocksEditor;"reinit"===i&&t.classList.remove("qodef--appeared"),o.qodefIsInViewport.check(t,(function(){t.classList.add("qodef--appeared")}))}}}();
1 +(()=>{"use strict";document.addEventListener("DOMContentLoaded",function(){e.init()});let e={init:function(){this.holder=document.querySelectorAll(".qi-block-process"),this.holder.length&&[...this.holder].map(t=>{e.initItem(t)})},getRealCurrentItem:function(e){return"string"==typeof e&&""!==e&&(e=qiBlocksEditor.qodefGetCurrentBlockElement.get(e)),e},initItem:function(t,i){if(!(t=e.getRealCurrentItem(t)))return;const o="object"!=typeof qiBlocksEditor?qiBlocks:qiBlocksEditor;"reinit"===i&&t.classList.remove("qodef--appeared"),o.qodefIsInViewport.check(t,function(){t.classList.add("qodef--appeared")})}}})();