mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 08:29:45 +00:00
Monotone-Parent: 093eb3ebcf238b8c813759fda17e22addd7cc0b0
Monotone-Revision: 34dbce3026b164b07c558711781fcfb5cde0fcff Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-11-03T14:17:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -313,7 +313,10 @@ function _editRecurrenceDialog(eventDiv, method) {
|
||||
|
||||
function onViewEvent(event) {
|
||||
if (event.detail == 2) return;
|
||||
var url = ApplicationBaseURL + this.calendar + "/" + this.cname + "/view";
|
||||
var url = ApplicationBaseURL + this.calendar + "/" + this.cname;
|
||||
if (typeof this.recurrenceTime != "undefined")
|
||||
url += "/occurence" + this.recurrenceTime;
|
||||
url += "/view";
|
||||
if (document.viewEventAjaxRequest) {
|
||||
document.viewEventAjaxRequest.aborted = true;
|
||||
document.viewEventAjaxRequest.abort();
|
||||
|
||||
Reference in New Issue
Block a user