mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
VfsSelect widget is not depending of filemanager anymore, show it always
This commit is contained in:
parent
8b84f56421
commit
b17a348c1f
@ -935,7 +935,7 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
{
|
||||
this.button.text(this.options.button_caption);
|
||||
}
|
||||
this.setDOMNode(egw.app('filemanager') ? this.button[0]:document.createElement('span'));
|
||||
this.setDOMNode(this.button[0]);
|
||||
},
|
||||
|
||||
_content: function (_content, _callback)
|
||||
|
Loading…
Reference in New Issue
Block a user