Fix "Delete reconciliation unimplemented for searches"

Just ignore the remote deletion
This commit is contained in:
Dan Stillman 2013-04-23 15:52:35 -04:00
parent 557140a022
commit d128e31467

View file

@ -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;
}
}