From ffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 25 Apr 2012 22:15:39 -0700 Subject: rebuild with typeahead change --- docs/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/js/bootstrap.js') diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 189a620e0..724495410 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -1595,7 +1595,7 @@ } , show: function () { - var pos = $.extend({}, this.$element.position(), { + var pos = $.extend({}, this.$element.offset(), { height: this.$element[0].offsetHeight }) -- cgit v1.2.3