mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Use egw.LAB object if available
This commit is contained in:
parent
4c692102a2
commit
b2cb70f15f
@ -67,7 +67,7 @@ egw.extend('files', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// setting AlwaysPreserverOrder: true, 'til we have some other means of ensuring dependency resolution
|
// setting AlwaysPreserverOrder: true, 'til we have some other means of ensuring dependency resolution
|
||||||
$LAB.setOptions({AlwaysPreserveOrder:true,BasePath:_prefix}).script(_jsFiles).wait(function(){
|
(egw.LAB || $LAB.setOptions({AlwaysPreserveOrder:true,BasePath:_prefix})).script(_jsFiles).wait(function(){
|
||||||
_callback.call(_context);
|
_callback.call(_context);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user