]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change prepend to append
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 8 Jan 2012 23:01:23 +0000 (15:01 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 8 Jan 2012 23:01:23 +0000 (15:01 -0800)
js/bootstrap-twipsy.js

index 1ce4ad85b6910d596aff8c1d14792554e7c9de5c..756775f43e3af8c7bcbe6ffa40fca02df2b93579 100644 (file)
         $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)