fix left panel jitter jump

This commit is contained in:
Berkeley Martinez
2015-08-25 14:49:19 -07:00
parent b1b07a5b9e
commit 14d1d1db02
2 changed files with 5 additions and 0 deletions

View File

@@ -551,6 +551,10 @@ function bonfireExecute() {
workerError("Unsafe $($)");
}
}
setTimeout(function() {
var $marginFix = $('.innerMarginFix');
$marginFix.css('min-height', $marginFix.height());
}, 500);
}
$('#submitButton').on('click', function() {