From: Michael J. Rubinsky Date: Wed, 10 Mar 2010 05:44:31 +0000 (-0500) Subject: Don't fetch the topTags when we can't tag the calendar anyway X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ce84fc4730b8aaab0e9cce83a0bef768f1e0f2b1;p=horde.git Don't fetch the topTags when we can't tag the calendar anyway --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index f97470eae..c0f6a7ab4 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -2261,7 +2261,6 @@ KronolithCore = { } } else { form.disable(); - this.doAction('listTopTags', null, this.topTagsCallback.curry('kronolithCalendarinternalTopTags', 'kronolithTagDisable')); $('kronolithCalendarinternalTags').autocompleter.disable(); form.down('.kronolithColorPicker').hide(); form.down('.kronolithCalendarDelete').hide();