File "copyright-customizer.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/gp-premium-2.3.2-1/library/customizer/controls/js/copyright-customizer.js
File size: 306 bytes
MIME-type: text/plain
Charset: utf-8

( function( $, api ) {
	api.controlConstructor[ 'gp-copyright' ] = api.Control.extend( {
		ready() {
			var control = this;
			$( '.gp-copyright-area', control.container ).on( 'change keyup',
				function() {
					control.setting.set( $( this ).val() );
				}
			);
		},
	} );
}( jQuery, wp.customize ) );