From b17a348c1fa8c6015feae53d59f3b35a52e423b4 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 12 Oct 2017 10:17:58 +0200 Subject: [PATCH] VfsSelect widget is not depending of filemanager anymore, show it always --- api/js/etemplate/et2_widget_vfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_widget_vfs.js b/api/js/etemplate/et2_widget_vfs.js index 43eb3879db..e1f872845c 100644 --- a/api/js/etemplate/et2_widget_vfs.js +++ b/api/js/etemplate/et2_widget_vfs.js @@ -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)