diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 15:01:23 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 15:01:23 -0800 |
| commit | 91d393fd4705faff072a33f9697e0bf194fe40db (patch) | |
| tree | 2e9e4dbdac73089c458c44d0b10041571b887a8f | |
| parent | 6e8a3bba32312cb13cf70acca0575ff14651437e (diff) | |
| download | bootstrap-91d393fd4705faff072a33f9697e0bf194fe40db.tar.xz bootstrap-91d393fd4705faff072a33f9697e0bf194fe40db.zip | |
change prepend to append
| -rw-r--r-- | js/bootstrap-twipsy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js index 1ce4ad85b..756775f43 100644 --- a/js/bootstrap-twipsy.js +++ b/js/bootstrap-twipsy.js @@ -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) |
