mirror of https://github.com/twbs/bootstrap.git
parent
f152dead92
commit
e867ae7b60
|
|
@ -127,7 +127,7 @@
|
|||
.detach()
|
||||
.css({ top: 0, left: 0, display: 'block' })
|
||||
|
||||
this.options.container && $tip.appendTo(this.options.container).length || $tip.insertAfter(this.$element)
|
||||
this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
|
||||
|
||||
pos = this.getPosition()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue