mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-29 06:49:06 +02:00
change window to 'body'
This commit is contained in:
2
examples/assets/js/bootstrap-modal.js
vendored
2
examples/assets/js/bootstrap-modal.js
vendored
@@ -14,7 +14,7 @@
|
||||
/* SHARED VARS
|
||||
* =========== */
|
||||
|
||||
var $window = $(window)
|
||||
var $window = $('body')
|
||||
, transitionEnd
|
||||
|
||||
// set CSS transition event type
|
||||
|
Reference in New Issue
Block a user