📁
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: cronconfig.js
/** * Page-specific Javascript for Cron Config page. * @class CronConfig */ (function() { var EVENT = YAHOO.util.Event, DOM = YAHOO.util.Dom; /* * Initializes page-specific object. * * @method initialize */ var initialize = function() { var notices = DOM.getElementsByClassName("noticeClose", "div", "cronNotices"); var removeNoticeContainer = function() { var noticesContainer = DOM.get("cronNotices"); noticesContainer.parentNode.removeChild(noticesContainer); }; for (var i = 0; i < notices.length; i++) { EVENT.addListener(notices[i], "click", removeNoticeContainer); } }; EVENT.onDOMReady(initialize); }());
Save