mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Monotone-Parent: d6e0f9d5a8603d12104357d1627cf95990c3610b
Monotone-Revision: b16a5885abdf2a0bad1a1b9c031283b5ca1f6701 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-06-13T18:59:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1212,7 +1212,7 @@ function calendarStatusCallback(http) {
|
||||
|
||||
function calendarEntryCallback(http) {
|
||||
if (http.readyState == 4) {
|
||||
var denied = (http.status != 204)
|
||||
var denied = !isHttpStatus204(http.status);
|
||||
var entry = $(http.callbackData);
|
||||
if (denied)
|
||||
entry.addClassName("denied");
|
||||
|
||||
Reference in New Issue
Block a user