mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Don't explicitly reference global jQuery
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
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