commit d128e31467df0f87850b92407ce0c70bf3f49491 parent 557140a0226c449cf9ee0d45ea612d05ccecdb0f Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 23 Apr 2013 15:52:35 -0400 Fix "Delete reconciliation unimplemented for searches" Just ignore the remote deletion Diffstat:
| M | chrome/content/zotero/xpcom/sync.js | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -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; } }