From: Jacob Thornton Date: Sun, 8 Jan 2012 23:01:23 +0000 (-0800) Subject: change prepend to append X-Git-Tag: v2.0.0~6^2~313^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d393fd4705faff072a33f9697e0bf194fe40db;p=thirdparty%2Fbootstrap.git change prepend to append --- diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js index 1ce4ad85b6..756775f43e 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)