From ce84fc4730b8aaab0e9cce83a0bef768f1e0f2b1 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 10 Mar 2010 00:44:31 -0500 Subject: [PATCH] Don't fetch the topTags when we can't tag the calendar anyway --- kronolith/js/kronolith.js | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.11.0