From: Jan Schneider Date: Thu, 3 Jun 2010 12:04:55 +0000 (+0200) Subject: Show groups in basic interface, they may have been added in the meantime. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=efde4a0fb4b9a1d01eac9fa29c893df691347882;p=horde.git Show groups in basic interface, they may have been added in the meantime. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 2c28397fc..26a6a70b2 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -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('"' + groups.values()[0].escapeHTML() + '"')