From add924cdcef75e37766098749a2efdd03859d923 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 12 Jan 2012 18:47:07 -0500 Subject: [PATCH] Properly clear sync-in-progress flag --- chrome/content/zotero/xpcom/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 0170240b8..8df96c8ff 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -1707,7 +1707,7 @@ Zotero.Sync.Storage = new function () { Zotero.Sync.Storage.EventManager.registerObserver({ onSuccess: function () finish(), - onSkip: function () function () { + onSkip: function () { _syncInProgress = false },