From 4517bafcb637622ad04dc97c5fe0cec5d87a2af1 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 16 Sep 2010 20:06:48 +0000 Subject: [PATCH] Attempt at a fix for error that prevented sidebox menu from sliding out in IE8 --- phpgwapi/templates/idots/js/slidereffects.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/phpgwapi/templates/idots/js/slidereffects.js b/phpgwapi/templates/idots/js/slidereffects.js index c0e4efc77a..4024681fa1 100644 --- a/phpgwapi/templates/idots/js/slidereffects.js +++ b/phpgwapi/templates/idots/js/slidereffects.js @@ -104,7 +104,7 @@ function ypSlideOutMenu(id, dir, left, top, width, height,pos) //temporarly hide all selectboxes to fix IE bug with z-index - if(document.all) + if(document.all && document.all instanceof Array) { for (var i=0; i