mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 14:25:32 +00:00
Monotone-Parent: 7ded349858423000ac245469d641c40ef5888d98
Monotone-Revision: 9496b4e93ea47540b21f91ebfbf3be66909f2671 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-05T16:10:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -469,7 +469,7 @@ function calendarDisplayCallback(http)
|
||||
// log ("calendardisplaycallback: " + div);
|
||||
if (http.readyState == 4
|
||||
&& http.status == 200) {
|
||||
document.dateSelectorAjaxRequest = null;
|
||||
document.dayDisplayAjaxRequest = null;
|
||||
div.innerHTML = http.responseText;
|
||||
if (http.callbackData["view"])
|
||||
currentView = http.callbackData["view"];
|
||||
|
||||
Reference in New Issue
Block a user