diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index afbc88c9b..fc8b2005b 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -911,9 +911,6 @@ Zotero.Sync.Runner = new function () { icon.disabled = status == 'animate'; } - // Clear tooltip - _tooltip = null; - // Clear status Zotero.Sync.Runner.setSyncStatus(); }