| 1 |
(function() { |
| 2 |
|
| 3 |
//#region \0rolldown/runtime.js |
| 4 |
var __defProp = Object.defineProperty; |
| 5 |
var __name = (target, value) => __defProp(target, "name", { |
| 6 |
value, |
| 7 |
configurable: true |
| 8 |
}); |
| 9 |
|
| 10 |
//#endregion |
| 11 |
|
| 12 |
//#region modules/editor-one/assets/js/admin.js |
| 13 |
document.addEventListener("DOMContentLoaded", function() { |
| 14 |
if ("elementor-element-manager" === new URLSearchParams(window.location.search).get("page")) document.querySelectorAll("link[href*=\"/wp-admin/css/forms.css\"]").forEach(function(link) { |
| 15 |
return link.remove(); |
| 16 |
}); |
| 17 |
}); |
| 18 |
|
| 19 |
//#endregion |
| 20 |
})(); |
| 21 |
//# sourceMappingURL=editor-one-admin.js.map |