mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
fix tooltip defaults
This commit is contained in:
parent
e74110bf4a
commit
5ab72f7687
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="/assets/js/jquery.js"></script>
|
||||
<script src="/assets/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.js"></script>
|
||||
|
||||
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
||||
<script src="/assets/js/holder/holder.js"></script>
|
||||
|
|
|
|||
2
docs/assets/js/bootstrap.js
vendored
2
docs/assets/js/bootstrap.js
vendored
|
|
@ -1083,7 +1083,7 @@
|
|||
}
|
||||
|
||||
Tooltip.prototype.enter = function (e) {
|
||||
var defaults = $.fn[this.type].defaults
|
||||
var defaults = this.getDefaults()
|
||||
var options = {}
|
||||
|
||||
this._options && $.each(this._options, function (key, value) {
|
||||
|
|
|
|||
2
docs/assets/js/bootstrap.min.js
vendored
2
docs/assets/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -92,7 +92,7 @@
|
|||
}
|
||||
|
||||
Tooltip.prototype.enter = function (e) {
|
||||
var defaults = $.fn[this.type].defaults
|
||||
var defaults = this.getDefaults()
|
||||
var options = {}
|
||||
|
||||
this._options && $.each(this._options, function (key, value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue