Fixed accessibility issue whereby completion button for bonfires was set to be hidden to screenreaders

pull/81/head
Nathan Leniz 2015-02-05 10:01:55 -05:00
parent 26ee23ddf9
commit 995ba0b9ed
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ block content
span.ion-close-circled
| Username not found
a.animated.fadeIn.btn.btn-lg.btn-primary.btn-block.next-bonfire-button(name='_csrf', value=_csrf, aria-hidden='true', ng-disabled='completedWithForm.$invalid && existingUser.length > 0') Take me to my next challenge
a.animated.fadeIn.btn.btn-lg.btn-primary.btn-block.next-bonfire-button(name='_csrf', value=_csrf, ng-disabled='completedWithForm.$invalid && existingUser.length > 0') Take me to my next challenge
- if (points && points > 2)