Added the accessibility fix and added the hack to fix the challenge complete modal

This commit is contained in:
benmcmahon100
2015-08-30 00:31:07 +01:00
parent e3e1f16195
commit 71b6e21e77
2 changed files with 4 additions and 0 deletions

View File

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