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 2dffa33364
commit 02fd1f89b6

View file

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