www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit add924cdcef75e37766098749a2efdd03859d923
parent caa7bca2abfe82e051da093517bd8b4a144220c0
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 12 Jan 2012 18:47:07 -0500

Properly clear sync-in-progress flag

Diffstat:
Mchrome/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 @@ -1707,7 +1707,7 @@ Zotero.Sync.Storage = new function () { Zotero.Sync.Storage.EventManager.registerObserver({ onSuccess: function () finish(), - onSkip: function () function () { + onSkip: function () { _syncInProgress = false },