Concatenated dhtmlxmenu.js and dhtmlxmenu_ext.js to one file, to stop the message 'dhtmlxmenu_ext.js required'

This commit is contained in:
Andreas Stöckel 2012-03-06 09:35:54 +00:00
parent 1fef159630
commit 130dc87e83
2 changed files with 19 additions and 1 deletions

View File

@ -886,7 +886,7 @@ class nextmatch_widget
egw_framework::validate_file('egw_action','egw_keymanager');
egw_framework::validate_file('.', 'nextmatch_action', 'etemplate');
egw_framework::validate_file('dhtmlxtree','dhtmlxMenu/codebase/ext/dhtmlxmenu_ext');
//egw_framework::validate_file('dhtmlxtree','dhtmlxMenu/codebase/ext/dhtmlxmenu_ext');
if (!is_array($action_links)) $action_links = array();

File diff suppressed because one or more lines are too long