Priority File Manager
📁 public_html
Base Directory:
/home/ecedu/public_html
/home/ecedu/public_html/wp-content/plugins
/home/ecedu/public_html/wp-content
/home/ecedu
/var/www
/var/www/cgi-bin
/var/www/html
public_html
/
wp-content
/
themes
/
meta-news
/
assets
/
js
/home/ecedu/public_html/wp-content/themes/meta-news/assets/js
Name
Type
Size
Actions
📁
..
Folder
-
Delete
Rename
📄
customizer-control.js
File
379
Delete
Rename
Edit
Download
📄
customizer.js
File
995
Delete
Rename
Edit
Download
📄
html5.js
File
10331
Delete
Rename
Edit
Download
📄
scripts.js
File
3328
Delete
Rename
Edit
Download
📄
skip-link-focus-fix.js
File
685
Delete
Rename
Edit
Download
Upload
Create Folder
📝 Editing:
skip-link-focus-fix.js
Size: 685 bytes
Lines: 32
Type: .js
💾 Save
Cancel
✕
/** * File skip-link-focus-fix.js. * * Helps with accessibility for keyboard only users. * * Learn more: https://git.io/vWdr2 */ ( function() { var isIe = /(trident|msie)/i.test( navigator.userAgent ); if ( isIe && document.getElementById && window.addEventListener ) { window.addEventListener( 'hashchange', function() { var id = location.hash.substring( 1 ), element; if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) { return; } element = document.getElementById( id ); if ( element ) { if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) { element.tabIndex = -1; } element.focus(); } }, false ); } } )();
✅ File saved successfully!