aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-01-17 06:29:12 -0800
committerJulian Thilo <[email protected]>2014-01-17 06:29:12 -0800
commitaf5cebf76bac01177c9307adb2d38c896ce6f04e (patch)
tree85a51fb14ca340daea6e417eb4ee1991cd207275 /js
parent6af0013ac52c391dd7623f9cbbb25cd7d3c43d35 (diff)
parent7fab3c30f225bd5b1f362575c684388041199fbd (diff)
downloadbootstrap-af5cebf76bac01177c9307adb2d38c896ce6f04e.tar.xz
bootstrap-af5cebf76bac01177c9307adb2d38c896ce6f04e.zip
Merge pull request #12271 from tlindig/modal_remove_needless_space
remove needless space character
Diffstat (limited to 'js')
-rw-r--r--js/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js
index f6caab6bf..cb1edc5a8 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -237,7 +237,7 @@
})
$(document)
- .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
+ .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
}(jQuery);