aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/js.php
blob: edf68543c2bfb59188041a9524ec24347298bcd7 (plain)
1
2
3
elgg.register_hook_handler('init', 'system', function() {
	$('#elgg-widget-col-1').css('min-height', $('.profile').outerHeight(true) + 1);
});