From 7fab3c30f225bd5b1f362575c684388041199fbd Mon Sep 17 00:00:00 2001 From: Tobias Lindig Date: Fri, 17 Jan 2014 13:34:03 +0100 Subject: remove needless space character --- js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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); -- cgit v1.2.3