Fix error resetting sync session
This commit is contained in:
parent
6d9bd979ef
commit
291888a498
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ Zotero.Sync.Server = new function () {
|
||||||
|
|
||||||
if (response.firstChild.tagName == 'error') {
|
if (response.firstChild.tagName == 'error') {
|
||||||
var resetCallback = function () {
|
var resetCallback = function () {
|
||||||
Zotero.Sync.Server.sync(callback);
|
Zotero.Sync.Server.sync(_callbacks);
|
||||||
};
|
};
|
||||||
if (_checkServerSessionLock(response.firstChild, resetCallback)) {
|
if (_checkServerSessionLock(response.firstChild, resetCallback)) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue