diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php index 0634539ebd..b587763098 100644 --- a/phpgwapi/templates/idots/class.idots_framework.inc.php +++ b/phpgwapi/templates/idots/class.idots_framework.inc.php @@ -217,15 +217,6 @@ $var['sideboxcolend'] = ''; - // Add DHTML for resizing sidebox menu - // include wz_dragdrop once - if(!$GLOBALS['egw_info']['flags']['wz_dragdrop_included']) - { - $GLOBALS['egw_info']['flags']['need_footer'] .= "\n"; - $GLOBALS['egw_info']['flags']['need_footer'] .= ''."\n"; - $GLOBALS['egw_info']['flags']['wz_dragdrop_included'] = True; - } - $this->tplsav2->assign('sideboxwidth', $sideboxwidth); $GLOBALS['egw_info']['flags']['need_footer'] .= $this->tplsav2->fetch('sidebox_dhtml.tpl.php');