From 995ba0b9ede19b4eb8706dfeef34f11738504a32 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Thu, 5 Feb 2015 10:01:55 -0500 Subject: [PATCH] Fixed accessibility issue whereby completion button for bonfires was set to be hidden to screenreaders --- views/bonfire/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bonfire/show.jade b/views/bonfire/show.jade index 3fd59f5f694..ac6b5b25e3d 100644 --- a/views/bonfire/show.jade +++ b/views/bonfire/show.jade @@ -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)