From: Jan Schneider Date: Sun, 7 Jun 2009 15:57:29 +0000 (+0200) Subject: Update minical after loading search results. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bdf26326beadc5bb2bcf9258d166cb2ac9e66451;p=horde.git Update minical after loading search results. --- diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index dbb3197c4..3c67d4fbe 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -281,6 +281,7 @@ KronolithCore = { this.viewLoading = true; $('kronolithViewAgenda').appear({ 'queue': 'end', 'afterFinish': function() { this.viewLoading = false; }.bind(this) }); $('kronolithLoadingagenda').insert($('kronolithLoading').remove()); + this.updateMinical(this.date, 'search'); this._addHistory(fullloc); this.view = 'agenda'; break;