Done ! 403WebShell
403Webshell
Server IP : 51.91.236.255  /  Your IP : 216.73.217.126
Web Server : Apache
System : Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : chloega ( 433239)
PHP Version : 8.4.22
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/chloega/www/wp-content/themes/bravada/cryout/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/chloega/www/wp-content/themes/bravada/cryout/js/customizer.js
/**
 * Customizer JS
 *
 * @package Cryout Framework
 */

var _cryout_label_max = 'Enlarge';
var _cryout_label_min = 'Restore';

var _cryout_innerHTML = '<button class="button cryout-expand-sidebar button-secondary" aria-expanded="true" aria-label="' + _cryout_label_max + '" href="#">\
        <span class="collapse-sidebar-label">' + _cryout_label_max + '</span>\
		<span class="collapse-sidebar-arrow" title="' + _cryout_label_max + '"></span>\
</button> ';


jQuery( document ).ready(function( jQuery ) {

	jQuery('#customize-theme-controls .customize-control-description:not(.cryout-nomove)').each(function() {
			jQuery(this).insertAfter(jQuery(this).parent().children('.customize-control-content, select, input:not(input[type=checkbox]), textarea, .buttonset'));
	});

	if (jQuery('#customize-footer-actions .devices').length>0) {
	/* wp 4.5 or newer */
		jQuery('#customize-footer-actions .devices').prepend(_cryout_innerHTML);
	} else {
		jQuery('#customize-footer-actions').append(_cryout_innerHTML);
	}

	/* wp hide/show customizer button extender */
	jQuery('.collapse-sidebar:not(.cryout-expand-sidebar)').on( 'click', function( event ) {
			if ( jQuery('.wp-full-overlay').hasClass('cryout-maximized') ) {
				jQuery('.wp-full-overlay').removeClass( 'cryout-maximized' );
				jQuery('a.cryout-expand-sidebar span.collapse-sidebar-label').html(_cryout_label_max);
				jQuery('a.cryout-expand-sidebar').attr('title',_cryout_label_max);
			}

	});
	
	/* enlarge/restore button */
	jQuery('.cryout-expand-sidebar').on( 'click', function( event ) {
			var label = jQuery('.cryout-expand-sidebar span.collapse-sidebar-label');
			var lebutton = jQuery('.cryout-expand-sidebar .collapse-sidebar-arrow');
			if (jQuery(label).html() == _cryout_label_max) {
					jQuery(label).html(_cryout_label_min);
					jQuery(lebutton).attr('title',_cryout_label_min);
					jQuery('.wp-full-overlay').removeClass( 'collapsed' ).addClass( 'expanded' ).addClass( 'cryout-maximized' );
			} else {
					jQuery(label).html(_cryout_label_max);
					jQuery(lebutton).attr('title',_cryout_label_max);
					jQuery('.wp-full-overlay').removeClass( 'collapsed' ).addClass( 'expanded' ).removeClass( 'cryout-maximized' );
			}
			event.preventDefault();
	});
	
	/* customizer focus to panel/section/setting */
	jQuery('body').on('click','.cryout-customizer-focus', function() {
			var type = jQuery(this).attr('data-type');
			var id = jQuery(this).attr('data-id');
			if ( ! id || ! type ) {
				return;
			}

			wp.customize[ type ]( id, function( instance ) {
				instance.deferred.embedded.done( function() {
					wp.customize.previewer.deferred.active.done( function() {
						instance.focus();
					});
				});
			});
		
	});

});

Youez - 2016 - github.com/yon3zu
LinuXploit