summaryrefslogtreecommitdiff
path: root/app/views/javascript/main.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/javascript/main.phtml')
-rw-r--r--app/views/javascript/main.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml
index 710b04988..e93f5677c 100644
--- a/app/views/javascript/main.phtml
+++ b/app/views/javascript/main.phtml
@@ -214,4 +214,6 @@ $(document).ready (function () {
redirect (url, true);
});
+
+ $("#categories").height ($('body').height () - $("#categories").position ().top);
});