Fix "Delete reconciliation unimplemented for searches"
Just ignore the remote deletion
This commit is contained in:
parent
557140a022
commit
d128e31467
1 changed files with 2 additions and 2 deletions
|
@ -3241,8 +3241,8 @@ Zotero.Sync.Server.Data = new function() {
|
|||
continue;
|
||||
|
||||
default:
|
||||
alert('Delete reconciliation unimplemented for ' + types);
|
||||
throw ('Delete reconciliation unimplemented for ' + types);
|
||||
Components.utils.reportError('Delete reconciliation unimplemented for ' + types + ' -- ignoring');
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue