function(r) {
if (r.response.events) {
this._removeEvent(eventid, cal);
- this._loadEventsCallback(r);
}
+ this._loadEventsCallback(r);
}.bind(this));
}.bind(this) });
cell.down('.kronolithDay')
function(r) {
if (r.response.events) {
this._removeEvent(event.key, event.value.calendar);
- this._loadEventsCallback(r);
}
+ this._loadEventsCallback(r);
}.bind(this));
},
'view_end': end
}),
function(r) {
- if (r.response.events) {
- if (eventid) {
- this._removeEvent(eventid, cal);
- }
- this._loadEventsCallback(r);
+ if (r.response.events && eventid) {
+ this._removeEvent(eventid, cal);
}
+ this._loadEventsCallback(r);
this._closeRedBox();
}.bind(this));
e.stop();