summaryrefslogtreecommitdiffstats
path: root/templates/html/resize.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/resize.js')
-rw-r--r--templates/html/resize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/resize.js b/templates/html/resize.js
index 315b2ff..7fe30d1 100644
--- a/templates/html/resize.js
+++ b/templates/html/resize.js
@@ -77,7 +77,7 @@ function initResizable()
var footerHeight = footer.outerHeight();
var windowHeight = $(window).height();
var contentHeight,navtreeHeight,sideNavHeight;
- if (typeof page_output==='undefined' || page_layout==0) { /* DISABLE_INDEX=NO */
+ if (typeof page_layout==='undefined' || page_layout==0) { /* DISABLE_INDEX=NO */
contentHeight = windowHeight - headerHeight - footerHeight;
navtreeHeight = contentHeight;
sideNavHeight = contentHeight;