mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-19 03:41:32 +01:00
remove inclusion of wz_dragdrop here. This is handled by the dragdrop object cause idots template uses the dragdrop class now
This commit is contained in:
parent
aa55c600be
commit
b8e46525f3
@ -217,15 +217,6 @@
|
||||
|
||||
$var['sideboxcolend'] = '</div></td>';
|
||||
|
||||
// Add DHTML for resizing sidebox menu
|
||||
// include wz_dragdrop once
|
||||
if(!$GLOBALS['egw_info']['flags']['wz_dragdrop_included'])
|
||||
{
|
||||
$GLOBALS['egw_info']['flags']['need_footer'] .= "<!-- BEGIN JavaScript for wz_dragdrop.js -->\n";
|
||||
$GLOBALS['egw_info']['flags']['need_footer'] .= '<script language="JavaScript" type="text/javascript" src="'.$GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/wz_dragdrop/wz_dragdrop.js"></script>'."\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');
|
||||
|
Loading…
Reference in New Issue
Block a user