Fix never-ending auto-sync

This commit is contained in:
Dan Stillman 2013-04-04 01:01:07 -04:00
parent c9b73f2bd3
commit 483da7c42e

View File

@ -1092,7 +1092,7 @@ Zotero.Sync.Runner.EventListener = {
notify: function (event, type, ids, extraData) {
// TODO: skip others
if (type == 'refresh') {
if (event == 'refresh' || event == 'redraw') {
return;
}