Skip to content

Commit

Permalink
Adding aria-hidden=true to modal template
Browse files Browse the repository at this point in the history
  • Loading branch information
serpentblade committed Jun 3, 2015
1 parent a578f0c commit 13ea243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// the base DOM structure needed to create a modal
var templates = {
dialog:
"<div class='bootbox modal' tabindex='-1' role='dialog'>" +
"<div class='bootbox modal' tabindex='-1' role='dialog' aria-hidden='true'>" +
"<div class='modal-dialog'>" +
"<div class='modal-content'>" +
"<div class='modal-body'><div class='bootbox-body'></div></div>" +
Expand Down

0 comments on commit 13ea243

Please sign in to comment.