Skip to content

Commit

Permalink
#940 minor change to drag drop labelling page to properly remove subm…
Browse files Browse the repository at this point in the history
…it button when interactivity is set to describe, so that accessibility checkers (e.g. Wave) don't show error about unlabelled button
  • Loading branch information
FayCross committed Jul 29, 2022
1 parent 8ba89b6 commit c4fb114
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -183,7 +183,7 @@

// describe version allows drop on correct hotspot only so no submit button required
} else {
$("#submitBtn").hide();
$("#submitBtn").remove();
}

$x_pageHolder.scrollTop(0);
Expand Down

0 comments on commit c4fb114

Please sign in to comment.