From: Jan Schneider Date: Fri, 13 Mar 2009 12:42:30 +0000 (+0100) Subject: Fill cache if no events found. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=17962523bfee1b9f4c0fb307f5f8e779c78680db;p=horde.git Fill cache if no events found. --- diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index 6e654cf0d..5d6e61bdf 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -559,6 +559,8 @@ KronolithCore = { } }, this); }, this); + } else { + this._storeCache($H(), r.response.cal); } },