From: Jan Schneider Date: Mon, 12 Apr 2010 22:38:54 +0000 (+0200) Subject: Need typeof here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b404c755892da9edb7d6de5f0b8c480537de08f5;p=horde.git Need typeof here. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 73948c135..be9121a13 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -4108,7 +4108,7 @@ KronolithCore = { { this.closeRedBox(); - if (Object.isUndefined(kronolithETagAc)) { + if (typeof kronolithETagAc == 'undefined') { this.editEvent.bind(this, calendar, id, date).defer(); return; }