fix remove hack causing looping

This commit is contained in:
Berkeley Martinez
2015-08-30 01:54:55 -07:00
parent c1cf4952cf
commit a737466e68

View File

@ -739,7 +739,6 @@ function bonfireExecute(shouldTest) {
setTimeout(function() { setTimeout(function() {
var $marginFix = $('.innerMarginFix'); var $marginFix = $('.innerMarginFix');
$marginFix.css('min-height', $marginFix.height()); $marginFix.css('min-height', $marginFix.height());
$('#submitButton').click();
}, 1000); }, 1000);
} }