mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Try to avoid a syntax error in IE
This commit is contained in:
parent
a9af75f416
commit
3eb9353b9d
@ -17,7 +17,10 @@
|
||||
*/
|
||||
|
||||
// Need CSS, or it doesn't really work
|
||||
if(typeof egw != 'undefined') egw(window).includeCSS(egw.webserverUrl + "/phpgwapi/js/egw_action/test/skins/dhtmlxmenu_egw.css");
|
||||
if(typeof egw != 'undefined')
|
||||
{
|
||||
egw(window).includeCSS(egw.webserverUrl + "/phpgwapi/js/egw_action/test/skins/dhtmlxmenu_egw.css");
|
||||
}
|
||||
function egwMenuImpl(_structure)
|
||||
{
|
||||
//Create a new dhtmlxmenu object
|
||||
|
Loading…
Reference in New Issue
Block a user