| Current Path : /home/copmadinaarea/www/wp-content__80fcb17/plugins/styler-for-wpforms/js/ |
| Current File : /home/copmadinaarea/www/wp-content__80fcb17/plugins/styler-for-wpforms/js/frontend.js |
(function($){
wp.customize.bind( 'preview-ready', function() {
wp.customize.preview.bind( 'sfwfFormSelectionStatus', function( message ) {
if( message === 1){
$('.sfwf-partial-formwrapper-shortcut').css('display', 'none');
$('.wpforms-container').addClass('sfwf-live-edit-disabled');
}
} );
} );
})(jQuery);