VfsSelect widget is not depending of filemanager anymore, show it always

This commit is contained in:
Hadi Nategh 2017-10-12 10:17:58 +02:00
parent 8b84f56421
commit b17a348c1f

View File

@ -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)