diff options
| author | Tobias Lindig <[email protected]> | 2014-01-17 13:34:03 +0100 |
|---|---|---|
| committer | Tobias Lindig <[email protected]> | 2014-01-17 13:34:03 +0100 |
| commit | 7fab3c30f225bd5b1f362575c684388041199fbd (patch) | |
| tree | 85a51fb14ca340daea6e417eb4ee1991cd207275 /js | |
| parent | 6af0013ac52c391dd7623f9cbbb25cd7d3c43d35 (diff) | |
| download | bootstrap-7fab3c30f225bd5b1f362575c684388041199fbd.tar.xz bootstrap-7fab3c30f225bd5b1f362575c684388041199fbd.zip | |
remove needless space character
Diffstat (limited to 'js')
| -rw-r--r-- | js/modal.js | 2 |
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); |
