IE doesn't like this.
authorJan Schneider <jan@horde.org>
Tue, 9 Mar 2010 14:16:13 +0000 (15:16 +0100)
committerJan Schneider <jan@horde.org>
Tue, 9 Mar 2010 17:20:18 +0000 (18:20 +0100)
kronolith/js/kronolith.js

index 8a1e47c..c8d39b2 100644 (file)
@@ -2300,12 +2300,12 @@ KronolithCore = {
             $('kronolithCalendarPermsGroupList').disable();
             $('kronolithCalendarPermsGroupPerms').disable();
             var perms = {
-                default: Kronolith.conf.perms.read,
-                guest: Kronolith.conf.perms.read
+                'default': Kronolith.conf.perms.read,
+                'guest': Kronolith.conf.perms.read
             };
             if ($F('kronolithCalendarPermsAllShow')) {
-                perms.default |= Kronolith.conf.perms.show;
-                perms.guest |= Kronolith.conf.perms.show;
+                perms['default'] |= Kronolith.conf.perms.show;
+                perms['guest'] |= Kronolith.conf.perms.show;
             }
             this.setPermsFields(perms);
             break;