(function(e){"use strict";e.redux=e.redux||{};e(document).ready(function(){e.redux.spacing()});e.redux.spacing=function(){e(".redux-spacing-top, .redux-spacing-bottom, .redux-spacing-left, .redux-spacing-right").numeric();e(".redux-spacing-units").select2({width:"resolve",triggerChange:!0,allowClear:!0});e(".redux-spacing-input").on("change",function(){var e=jQuery(this).parents(".redux-field:first").find(".redux-spacing-units option:selected").val();if(typeof e!="undefined"){console.log(e);jQuery("#"+jQuery(this).attr("rel")).val(jQuery(this).val()+e)}else jQuery("#"+jQuery(this).attr("rel")).val(jQuery(this).val())});e(".redux-spacing-units").on("change",function(){e(this).parents(".redux-spacing-container:first").find(".redux-spacing-input").change();e(".redux-spacing-input").each(function(){e(this).change()})})}})(jQuery);