first commit

This commit is contained in:
2026-04-20 13:11:14 +02:00
commit e0b63ca5f9
7793 changed files with 1844488 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/*!************************************************!*\
!*** ../modules/editor-one/assets/js/admin.js ***!
\************************************************/
document.addEventListener('DOMContentLoaded', function () {
var urlParams = new URLSearchParams(window.location.search);
if ('elementor-element-manager' === urlParams.get('page')) {
var links = document.querySelectorAll('link[href*="/wp-admin/css/forms.css"]');
links.forEach(function (link) {
return link.remove();
});
}
});
/******/ })()
;
//# sourceMappingURL=editor-one-admin.js.map