From c79e5a37fcc310f008c20645d46c2648f7467460 Mon Sep 17 00:00:00 2001 From: strentini <none@none> Date: Wed, 4 Apr 2012 09:41:21 +0200 Subject: [PATCH] OO-1, OO-206 : move padding from col3_content to col3_inner, fix auto-height adjustment of columns --- src/main/webapp/static/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/js/functions.js b/src/main/webapp/static/js/functions.js index bed794c1eaf..e100c00a837 100644 --- a/src/main/webapp/static/js/functions.js +++ b/src/main/webapp/static/js/functions.js @@ -693,7 +693,7 @@ function o_openUriInMainWindow(uri) { w.location.replace(uri); } -viewportHeight() { +function b_viewportHeight() { // based on prototype library var prototypeViewPortHight = document.viewport.getHeight() if (prototypeViewPortHight > 0) { -- GitLab