mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
update all to new on api + add animation support to tabs
This commit is contained in:
2
js/bootstrap-alert.js
vendored
2
js/bootstrap-alert.js
vendored
@@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
$.support.transition && $element.hasClass('fade') ?
|
||||
$element.bind($.support.transition.end, removeElement) :
|
||||
$element.on($.support.transition.end, removeElement) :
|
||||
removeElement()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user