Fill cache if no events found.
authorJan Schneider <jan@horde.org>
Fri, 13 Mar 2009 12:42:30 +0000 (13:42 +0100)
committerJan Schneider <jan@horde.org>
Fri, 13 Mar 2009 12:42:30 +0000 (13:42 +0100)
kronolith/js/src/kronolith.js

index 6e654cf..5d6e61b 100644 (file)
@@ -559,6 +559,8 @@ KronolithCore = {
                     }
                 }, this);
             }, this);
+        } else {
+            this._storeCache($H(), r.response.cal);
         }
     },