File "copyright-customizer.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/gp-premium/library/customizer/controls/js/copyright-customizer.js
File
size: 306 B (306 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
( 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 ) );