From ca4c1bb47866a37719360a01cad05133837771f1 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 3 May 2010 18:06:06 +0200 Subject: [PATCH] Remove duplicate code. --- kronolith/js/kronolith.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index c649a06a6..6533b9636 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -4343,8 +4343,6 @@ KronolithCore = { this.doAction('getEvent', { cal: calendar, id: id, date: date }, this.editEventCallback.bind(this)); $('kronolithEventTopTags').update(); } else { - kronolithEAttendeesAc.reset(); - kronolithETagAc.reset(); this.doAction('listTopTags', null, this.topTagsCallback.curry('kronolithEventTopTags', 'kronolithEventTag')); var d; if (date) { -- 2.11.0