📁
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: deletecsrconfirm.js
(function() { // Imports var DOM = YAHOO.util.Dom; var EVENT = YAHOO.util.Event; /** * Initialize the page validation * @method initialize */ var initialize = function() { // Set the focus to the delete action to make keyboard users life easier. var btnDelete = DOM.get("btnDelete"); if (btnDelete) { setTimeout(function() { btnDelete.focus(); }, 1); } }; // Register startup events. YAHOO.util.Event.onDOMReady(initialize); }());
Save