]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document... 11937/head
authorjoep.joosten@ihomer.nl <joep.joosten@ihomer.nl>
Thu, 19 Dec 2013 11:41:33 +0000 (12:41 +0100)
committerjoep.joosten@ihomer.nl <joep.joosten@ihomer.nl>
Thu, 19 Dec 2013 11:41:33 +0000 (12:41 +0100)
commit1ceab8b89fede53d7b62b80b456c058703de9a6c
tree05f9f2fbde0aa6e58098a232d70c42e3814fdfd6
parent3bcb1cc255b2c06dff093c7d7fb9f70505629eec
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