# elementor/4.3.2/assets/js/editor-one-admin.js

Elementor Website Builder – more than just a page builder, version 4.3.2. 21 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.2/code/assets/js/editor-one-admin.js
- Raw: https://pluginprobe.com/plugins/elementor/4.3.2/raw/assets/js/editor-one-admin.js
- Modified: 2026-09-01T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.2/code/assets/js/editor-one-admin.js#L10-L20`.

```javascript
(function() {

//#region \0rolldown/runtime.js
	var __defProp = Object.defineProperty;
	var __name = (target, value) => __defProp(target, "name", {
		value,
		configurable: true
	});

//#endregion

//#region modules/editor-one/assets/js/admin.js
	document.addEventListener("DOMContentLoaded", function() {
		if ("elementor-element-manager" === new URLSearchParams(window.location.search).get("page")) document.querySelectorAll("link[href*=\"/wp-admin/css/forms.css\"]").forEach(function(link) {
			return link.remove();
		});
	});

//#endregion
})();
//# sourceMappingURL=editor-one-admin.js.map
```
