summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-11-06 12:06:21 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-11-06 12:06:21 (GMT)
commit94b726f4273df805846d7fdcd2e9d5bd7627f628 (patch)
tree8535cfdada32352b574e68bf95aaf187003c6573 /templates
parent2b722b57f20e044b061423109bfa7168a7a1b913 (diff)
downloadDoxygen-94b726f4273df805846d7fdcd2e9d5bd7627f628.zip
Doxygen-94b726f4273df805846d7fdcd2e9d5bd7627f628.tar.gz
Doxygen-94b726f4273df805846d7fdcd2e9d5bd7627f628.tar.bz2
Fixed jump to anchor issue when navigating to source file
Diffstat (limited to 'templates')
-rw-r--r--templates/html/resize.js1
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);