From 02fd1f89b69e3f39abab55792f615fdb4f8df7d1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 1 Sep 2008 08:00:46 +0000 Subject: [PATCH] Fix sync button breakage after error (trunk and SP2 tag) --- chrome/content/zotero/xpcom/sync.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 98eeaebd3..c74800104 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -457,6 +457,7 @@ Zotero.Sync.Runner = new function () { this.reset = function () { _queue = []; + _running = false; }