Don't sync updated settings more than once
This commit is contained in:
parent
6ea38df873
commit
3c0e4a2ce4
|
@ -1631,6 +1631,9 @@ Zotero.Sync.Server = new function () {
|
|||
Zotero.Sync.Server.nextLocalSyncDate = false;
|
||||
Zotero.Sync.Server.lastRemoteSyncTime = response.getAttribute('timestamp');
|
||||
|
||||
var sql = "UPDATE syncedSettings SET synced=1";
|
||||
Zotero.DB.query(sql);
|
||||
|
||||
//throw('break2');
|
||||
|
||||
Zotero.DB.commitTransaction();
|
||||
|
|
Loading…
Reference in New Issue
Block a user