Don't fetch the topTags when we can't tag the calendar anyway
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 05:44:31 +0000 (00:44 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 05:44:31 +0000 (00:44 -0500)
kronolith/js/kronolith.js

index f97470e..c0f6a7a 100644 (file)
@@ -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();