mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
using dhtmlxtree from sources instead of codebase directory, as does et2_widget_tree, to not double load it and causing 2. load to overwrite extensions from 1.
This commit is contained in:
parent
a69df51eaa
commit
6f39b0618d
@ -1199,9 +1199,9 @@ egw_LAB.wait(function() {
|
||||
if (!$tree_initialised)
|
||||
{
|
||||
egw_framework::includeCSS('/phpgwapi/js/dhtmlxtree/dhtmlxTree/codebase/dhtmlxtree.css');
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxTree/codebase/dhtmlxcommon');
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxTree/codebase/dhtmlxtree');
|
||||
if ($autoLoading && $dataMode != 'XML') egw_framework::validate_file('dhtmlxtree','dhtmlxTree/codebase/ext/dhtmlxtree_json');
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxTree/sources/dhtmlxcommon');
|
||||
egw_framework::validate_file('dhtmlxtree','dhtmlxTree/sources/dhtmlxtree');
|
||||
if ($autoLoading && $dataMode != 'XML') egw_framework::validate_file('dhtmlxtree','dhtmlxTree/sources/ext/dhtmlxtree_json');
|
||||
$tree_initialised = true;
|
||||
if (!$_folders && !$autoLoading) return $html;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user