mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
Load filemanager translations for vfsSelectUI
This commit is contained in:
parent
c39730b1a7
commit
394561a2fa
@ -16,6 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
app.classes.vfsSelectUI = (function(){ "use strict"; return AppJS.extend(
|
app.classes.vfsSelectUI = (function(){ "use strict"; return AppJS.extend(
|
||||||
{
|
{
|
||||||
|
appname: 'filemanager',
|
||||||
vfsSelectWidget: {},
|
vfsSelectWidget: {},
|
||||||
path_widget: {},
|
path_widget: {},
|
||||||
/**
|
/**
|
||||||
@ -28,6 +29,7 @@ app.classes.vfsSelectUI = (function(){ "use strict"; return AppJS.extend(
|
|||||||
// call parent
|
// call parent
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
|
||||||
|
this.egw.langRequireApp(this.egw.window, 'filemanager');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user