diff --git a/templates/html/resize.js b/templates/html/resize.js index 6d78f5b972e..56e4a023c18 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);