X7ROOT File Manager
Current Path:
/home/magneti1/public_html/wp-content/themes/spacious/js
home
/
magneti1
/
public_html
/
wp-content
/
themes
/
spacious
/
js
/
ðŸ“
..
📄
customize-controls.js
(932 B)
📄
customize-controls.min.js
(528 B)
📄
customizer.js
(5.04 KB)
📄
elementor-custom.js
(695 B)
📄
html5shiv.js
(10.41 KB)
📄
html5shiv.min.js
(2.67 KB)
📄
jquery.countTo.js
(3.8 KB)
📄
jquery.countTo.min.js
(1.96 KB)
📄
jquery.cycle2.js
(49.21 KB)
📄
jquery.cycle2.min.js
(22.42 KB)
📄
jquery.cycle2.swipe.js
(2.82 KB)
📄
jquery.cycle2.swipe.min.js
(1.21 KB)
📄
navigation.js
(8.54 KB)
📄
skip-link-focus-fix.js
(719 B)
📄
spacious-custom.js
(2.56 KB)
📄
waypoints.js
(16.91 KB)
📄
waypoints.min.js
(7.86 KB)
Editing: skip-link-focus-fix.js
/** * 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 ); } } )();
Upload File
Create Folder