Update minical after loading search results.
authorJan Schneider <jan@horde.org>
Sun, 7 Jun 2009 15:57:29 +0000 (17:57 +0200)
committerJan Schneider <jan@horde.org>
Sun, 7 Jun 2009 15:57:29 +0000 (17:57 +0200)
kronolith/js/src/kronolith.js

index dbb3197..3c67d4f 100644 (file)
@@ -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;