File "customizer.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/gp-premium/woocommerce/functions/customizer/js/customizer.js
File size: 244 B (244 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

jQuery( function( $ ) {
	$( '#customize-control-generate_woocommerce_primary_button_message a' ).on( 'click', function( e ) {
		e.preventDefault();
		wp.customize.control( 'generate_settings[form_button_background_color]' ).focus();
	} );
} );