forked from bofh/fetsite
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
var make_equal_height = function() {
|
|
$('.equalheight').height(function() {return ($(this).closest(".row-fluid").height())})
|
|
}
|