case 'kronolithQuickinsertForm':
$('kronolithQuickinsert').fade();
break;
+ case 'kronolithEventForm':
+ this._closeRedBox();
+ window.history.back();
+ break;
}
break;
}
}.bind(this));
$('kronolithBody').select('div[calendar=' + cal + '][eventid=' + eventid + ']').invoke('hide');
this._closeRedBox();
+ window.history.back();
e.stop();
return;
case 'kronolithEventCancel':
this._closeRedBox();
+ window.history.back();
e.stop();
return;
}
this._loadEventsCallback(r);
this._closeRedBox();
+ window.history.back();
}.bind(this));
},
{
if (!r.response.event) {
RedBox.close();
+ window.history.back();
return;
}