commit 02fd1f89b69e3f39abab55792f615fdb4f8df7d1 parent 2dffa33364f7d74328891d08ca4703832c092b41 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 1 Sep 2008 08:00:46 +0000 Fix sync button breakage after error (trunk and SP2 tag) Diffstat:
| M | chrome/content/zotero/xpcom/sync.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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; }