mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
fix tooltip defaults
This commit is contained in:
parent
e74110bf4a
commit
5ab72f7687
@ -2,7 +2,7 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="/assets/js/jquery.js"></script>
|
<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 type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
||||||
<script src="/assets/js/holder/holder.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) {
|
Tooltip.prototype.enter = function (e) {
|
||||||
var defaults = $.fn[this.type].defaults
|
var defaults = this.getDefaults()
|
||||||
var options = {}
|
var options = {}
|
||||||
|
|
||||||
this._options && $.each(this._options, function (key, value) {
|
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) {
|
Tooltip.prototype.enter = function (e) {
|
||||||
var defaults = $.fn[this.type].defaults
|
var defaults = this.getDefaults()
|
||||||
var options = {}
|
var options = {}
|
||||||
|
|
||||||
this._options && $.each(this._options, function (key, value) {
|
this._options && $.each(this._options, function (key, value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user