projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ddae5
)
Update minical after loading search results.
author
Jan Schneider
<jan@horde.org>
Sun, 7 Jun 2009 15:57:29 +0000
(17:57 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 7 Jun 2009 15:57:29 +0000
(17:57 +0200)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
dbb3197
..
3c67d4f
100644
(file)
--- 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;