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: customize-controls.js
wp.customize.controlConstructor[ 'spacious-editor' ] = wp.customize.Control.extend( { ready : function () { 'use strict'; var control = this, id = 'editor_' + control.id.replace( '[', '-' ).replace( ']', '' ); wp.editor.initialize( id, { tinymce : { wpautop : true }, quicktags : true, mediaButtons : true } ); }, onChangeActive : function ( active, args ) { 'use strict'; var control = this, id = 'editor_' + control.id.replace( '[', '-' ).replace( ']', '' ), element = control.container.find( 'textarea' ), editor; editor = tinyMCE.get( id ); if ( editor ) { editor.onChange.add( function ( ed ) { var content; ed.save(); content = editor.getContent(); element.val( content ).trigger( 'change' ); wp.customize.instance( control.id ).set( content ); } ); } } } );
Upload File
Create Folder