Fix sync button breakage after error (trunk and SP2 tag)

This commit is contained in:
Dan Stillman 2008-09-01 08:00:46 +00:00
parent 5331e6ac80
commit 9c3c7ebbb7

View File

@ -457,6 +457,7 @@ Zotero.Sync.Runner = new function () {
this.reset = function () {
_queue = [];
_running = false;
}