mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
removed the length check
updated it to @fat's suggestion
This commit is contained in:
Vendored
+1
-1
@@ -127,7 +127,7 @@
|
|||||||
.detach()
|
.detach()
|
||||||
.css({ top: 0, left: 0, display: 'block' })
|
.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()
|
pos = this.getPosition()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user