diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-06 12:06:21 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-06 12:06:21 (GMT) |
commit | 94b726f4273df805846d7fdcd2e9d5bd7627f628 (patch) | |
tree | 8535cfdada32352b574e68bf95aaf187003c6573 | |
parent | 2b722b57f20e044b061423109bfa7168a7a1b913 (diff) | |
download | Doxygen-94b726f4273df805846d7fdcd2e9d5bd7627f628.zip Doxygen-94b726f4273df805846d7fdcd2e9d5bd7627f628.tar.gz Doxygen-94b726f4273df805846d7fdcd2e9d5bd7627f628.tar.bz2 |
Fixed jump to anchor issue when navigating to source file
-rw-r--r-- | templates/html/resize.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/html/resize.js b/templates/html/resize.js index 6d78f5b..56e4a02 100644 --- a/templates/html/resize.js +++ b/templates/html/resize.js @@ -101,6 +101,7 @@ function initResizable() } var width = readCookie('width'); if (width) { restoreWidth(width); } else { resizeWidth(); } + resizeHeight(); var url = location.href; var i=url.indexOf("#"); if (i>=0) window.location.hash=url.substr(i); |