Properly clear sync-in-progress flag
This commit is contained in:
parent
caa7bca2ab
commit
add924cdce
1 changed files with 1 additions and 1 deletions
|
@ -1707,7 +1707,7 @@ Zotero.Sync.Storage = new function () {
|
||||||
Zotero.Sync.Storage.EventManager.registerObserver({
|
Zotero.Sync.Storage.EventManager.registerObserver({
|
||||||
onSuccess: function () finish(),
|
onSuccess: function () finish(),
|
||||||
|
|
||||||
onSkip: function () function () {
|
onSkip: function () {
|
||||||
_syncInProgress = false
|
_syncInProgress = false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue