File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/wwwroot/js/shop/kms/shop-kms.js
const ShopKMSHandler={init:function(){this.checkOrderCheckboxes()},checkOrderCheckboxes:function(){let e=document.querySelectorAll(".js-batch-checkbox"),t=e.length,n=document.querySelector(".batch_edit_controls");for(let c=0;c<t;c++)e[c].addEventListener("change",function(e){n.style.top=e.currentTarget.parentElement.offsetTop+"px",0===document.querySelectorAll("input.js-batch-checkbox:checked").length&&(n.style.top="-1000px")})}};document.addEventListener("DOMContentLoaded",function(){ShopKMSHandler.init()});