mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements $ natively.
This commit is contained in:
@@ -172,7 +172,7 @@ const Util = {
|
||||
},
|
||||
|
||||
get jQuery() {
|
||||
return window.$ || window.jQuery
|
||||
return window.jQuery
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user