app/assets/javascripts/base.js.coffee in cg_app_base-1.0.52 vs app/assets/javascripts/base.js.coffee in cg_app_base-1.0.54

- old
+ new

@@ -51,6 +51,16 @@ @ empty_hide_modal: () -> $('#modal-window').modal('hide') $('#modal-window .modal-body').html('') - @ + @ + +$ -> + $('.row-eq-height').each -> + heights = $(this).find('.col-eq-height').map(-> + $(this).outerHeight() + ).get() + maxHeight = Math.max.apply(null, heights) + $(this).find('.col-eq-height').outerHeight maxHeight + @ + @ \ No newline at end of file