File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/image-size-field.js.tar
httpdocs/wp-content/plugins/so-widgets-bundle/base/inc/fields/js/image-size-field.js 0000644 00000000742 15155506651 0033001 0 ustar 00 var/www/vhosts/uyarreklam.com.tr /* global jQuery, soWidgets */
( function( $ ) {
$( document ).on( 'sowsetupformfield', '.siteorigin-widget-field-type-image-size', function( e ) {
var $$ = $( this ),
custom_size_wrapper = $$.find( '.custom-size-wrapper' );
$$.find( 'select.siteorigin-widget-input' ).on( 'change', function() {
if ( $( this ).val() == 'custom_size' ) {
custom_size_wrapper.show();
} else {
custom_size_wrapper.hide();
}
} ).trigger( 'change' );
} );
}( jQuery ) );