]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document...
authorjoep.joosten@ihomer.nl <joep.joosten@ihomer.nl>
Thu, 19 Dec 2013 11:18:51 +0000 (12:18 +0100)
committerjoep.joosten@ihomer.nl <joep.joosten@ihomer.nl>
Thu, 19 Dec 2013 11:18:51 +0000 (12:18 +0100)
commit3bcb1cc255b2c06dff093c7d7fb9f70505629eec
tree500e33227c26ef6879180bf24adeaa308c4a5df5
parentfb8310fbc6d413a3446ecf1772a77911d45fbd62
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
js/scrollspy.js