first commit

This commit is contained in:
2026-02-09 10:48:21 +01:00
commit 15f28c0dd6
848 changed files with 107188 additions and 0 deletions

View File

@@ -0,0 +1 @@
define(["exports","./lazyloader-intersectionobserver.js"],function(_exports,_lazyloaderIntersectionobserver){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0;var supportsNativeLazyLoading="loading"in HTMLImageElement.prototype;function fillImage(elem){supportsNativeLazyLoading||("IMG"===elem.tagName?(elem.setAttribute("src",elem.getAttribute("data-src")),elem.removeAttribute("data-src")):elem.classList.remove("lazy"))}supportsNativeLazyLoading||require(["css!modules/lazyloader/lazyimageloader.css"]);_exports.default={lazyChildren:function(elem){supportsNativeLazyLoading||_lazyloaderIntersectionobserver.default.lazyChildren(elem,fillImage)}}});