From 6c5e7dfce19425af6e646c8b4578d15f2512d4ad Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 25 Mar 2015 18:06:47 -0700 Subject: [PATCH] rm redundant aria-hidden usage from Modals; fixes #16020 --- docs/_includes/js/modal.html | 24 ++++++++++++------------ js/modal.js | 5 +---- js/tests/unit/modal.js | 28 ---------------------------- js/tests/visual/modal.html | 2 +- 4 files changed, 14 insertions(+), 45 deletions(-) diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 1f68161361..92adb3af56 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -68,7 +68,7 @@ $('#myModal').on('shown.bs.modal', function () {

Live demo

Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.

-