Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-11-26 02:00:23 +0300
committerMark Otto <markdotto@gmail.com>2016-11-26 02:00:23 +0300
commit49be9bc63af9391721287c189bf2f9150aad15bc (patch)
tree255d689d20f0246a18ddf3070ce1a5c2b0cea09d /js/dist/modal.js
parent432fe74c3182f3be258320fec31b0a8c5d70848d (diff)
grunt
Diffstat (limited to 'js/dist/modal.js')
-rw-r--r--js/dist/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js
index 409309b5cf..12078094a7 100644
--- a/js/dist/modal.js
+++ b/js/dist/modal.js
@@ -288,7 +288,7 @@ var Modal = function ($) {
var _this7 = this;
this._element.style.display = 'none';
- this._element.setAttribute('aria-hidden', 'true');
+ this._element.setAttribute('aria-hidden', true);
this._showBackdrop(function () {
$(document.body).removeClass(ClassName.OPEN);
_this7._resetAdjustments();