📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: deletekey.js
(function() { // Imports var DOM = YAHOO.util.Dom; var EVENT = YAHOO.util.Event; var Page_Notice = CPANEL.widgets.Page_Notice; // Register startup events. EVENT.onDOMReady(function() { var PAGE = window.PAGE; var content; var notice; var el = DOM.get("delete-status"); if (el) { content = el.innerHTML; el.innerHTML = ""; notice = new Page_Notice({ level: PAGE.properties.deleted ? "success" : "error", content: content, container: el, visible: true }); notice.show(); } var dependentErrors = DOM.get("dependent-errors"); if (dependentErrors) { var dependentContent = dependentErrors.innerHTML; dependentErrors.innerHTML = ""; var dependentNotice = new Page_Notice({ level: "error", content: dependentContent, container: dependentErrors }); } }); })();
Save