diff options
Diffstat (limited to 'templates')
-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); |