Skip to content

Commit

Permalink
Added the accessibility fix and added the hack to fix the challenge c…
Browse files Browse the repository at this point in the history
…omplete modal
  • Loading branch information
benmcmahon100 committed Aug 29, 2015
1 parent e3e1f16 commit 71b6e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/commonFramework.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ function bonfireExecute(shouldTest) {
setTimeout(function() {
var $marginFix = $('.innerMarginFix');
$marginFix.css('min-height', $marginFix.height());
$('#submitButton').click();
}, 1000);
}

Expand Down
3 changes: 3 additions & 0 deletions server/views/challengeMap/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ block content
a(href="/challenges/#{challenge.dashedName}")
span.capitalize= challenge.type + ': '
span= challenge.title
span.sr-only= "Complete"


else
.row
Expand All @@ -98,6 +100,7 @@ block content
a(href="/challenges/#{challenge.dashedName}")
span.capitalize= challenge.type + ': '
span= challenge.title
span.sr-only= "InComplete"

//#announcementModal.modal(tabindex='-1')
// .modal-dialog.animated.fadeInUp.fast-animation
Expand Down

0 comments on commit 71b6e21

Please sign in to comment.