# elementor/4.0.0-dev4/assets/js/editor-one-admin.js

Elementor Website Builder – more than just a page builder, version 4.0.0-dev4. 19 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.0-dev4/code/assets/js/editor-one-admin.js
- Raw: https://pluginprobe.com/plugins/elementor/4.0.0-dev4/raw/assets/js/editor-one-admin.js
- Modified: 2025-12-22T12:25:58+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.0.0-dev4/code/assets/js/editor-one-admin.js#L10-L20`.

```javascript
/******/ (() => { // 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
```
