mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
change prepend to append
This commit is contained in:
parent
6e8a3bba32
commit
91d393fd47
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-twipsy.js
vendored
2
js/bootstrap-twipsy.js
vendored
|
|
@ -123,7 +123,7 @@
|
|||
$tip
|
||||
.remove()
|
||||
.css({ top: 0, left: 0, display: 'block' })
|
||||
.prependTo(inside ? this.$element : document.body)
|
||||
.appendTo(inside ? this.$element : document.body)
|
||||
|
||||
pos = this.getPosition(inside)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue