plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Tue Oct 21 12:55:35 CEST 2014


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

New commits:
commit 9763bb1d1d35163925a3dc300602881178e122be
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 57e36a5..21ef475 100644
--- a/plugins/kolab_files/kolab_files.js
+++ b/plugins/kolab_files/kolab_files.js
@@ -1839,7 +1839,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