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:
Francis Lachapelle
2008-11-03 14:17:57 +00:00
parent 73b30201b5
commit 07225fe588
3 changed files with 17 additions and 1 deletions
+4 -1
View File
@@ -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();