diff --git a/chrome/content/zotero/xpcom/date.js b/chrome/content/zotero/xpcom/date.js index 33381eedda..c622f5cb3f 100644 --- a/chrome/content/zotero/xpcom/date.js +++ b/chrome/content/zotero/xpcom/date.js @@ -43,7 +43,7 @@ Zotero.Date = new function(){ var _monthsWithEnglish; this.init = function () { - if (!Zotero.isFx || Zotero.isBookmarklet) { + if (!(Zotero.isFx || Zotero.isElectron) || Zotero.isBookmarklet) { throw new Error("Unimplemented"); }