mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Merge pull request #10039 from daguej/js-refs
Don't explicitly reference global jQuery
This commit is contained in:
+1
-1
@@ -243,4 +243,4 @@
|
||||
.on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
|
||||
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
|
||||
|
||||
}(window.jQuery);
|
||||
}(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user