Show groups in basic interface, they may have been added in the meantime.
authorJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 12:04:55 +0000 (14:04 +0200)
committerJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 12:04:55 +0000 (14:04 +0200)
kronolith/js/kronolith.js

index 2c28397..26a6a70 100644 (file)
@@ -3066,6 +3066,7 @@ KronolithCore = {
             $('kronolithC' + type + 'PG').up('span').hide();
         } else {
             $('kronolithC' + type + 'PGNew').up('div').show();
+            $('kronolithC' + type + 'PG').up('span').show();
             if (groups.size() == 1) {
                 $('kronolithC' + type + 'PGName')
                     .update('&quot;' + groups.values()[0].escapeHTML() + '&quot;')