Branch 'roundcubemail-plugins-kolab-3.1' - plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Tue Oct 21 12:56:09 CEST 2014


 plugins/kolab_files/kolab_files.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44f1814a9cf26b64ed7fedb44c78c191f427c3a6
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Oct 21 06:16:16 2014 -0400

    Fix missing form in folder authentication dialog

diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js
index 1e72311..8f1ab7d 100644
--- a/plugins/kolab_files/kolab_files.js
+++ b/plugins/kolab_files/kolab_files.js
@@ -1702,7 +1702,7 @@ function kolab_files_ui()
       content = this.folder_list_auth_form(driver);
 
     dialog.find('table.propform').remove();
-    $('.options', dialog).before(content);
+    $('.auth-options', dialog).before(content);
 
     args.buttons[this.t('kolab_files.save')] = function() {
       var data = {folder: label, list: 1};




More information about the commits mailing list