From d128e31467df0f87850b92407ce0c70bf3f49491 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 23 Apr 2013 15:52:35 -0400 Subject: [PATCH] Fix "Delete reconciliation unimplemented for searches" Just ignore the remote deletion --- 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 index d1b9d64ebf..69ca7ba3f9 100644 --- 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; } }