From 4fdd6cc4f2c929b3dfe0512226d33425fe324deb Mon Sep 17 00:00:00 2001 From: fkloft Date: Tue, 14 Apr 2015 02:30:15 +0200 Subject: [PATCH] [uniques] Bugfix. Seems like sync was broken for quite some time? --- plugins/uniques.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uniques.user.js b/plugins/uniques.user.js index 45785389..f2c0d723 100644 --- a/plugins/uniques.user.js +++ b/plugins/uniques.user.js @@ -262,7 +262,7 @@ window.plugin.uniques.updateCaptured = function(captured, guid) { // stores the gived GUID for sync plugin.uniques.sync = function(guid) { - plugin.uniques.updatingQueue[guid] = true; + plugin.uniques.updateQueue[guid] = true; plugin.uniques.storeLocal('uniques'); plugin.uniques.storeLocal('updateQueue'); plugin.uniques.syncQueue();