From fa22a6984b481264cad7085944cae8212775f721 Mon Sep 17 00:00:00 2001 From: Xelio Date: Mon, 20 May 2013 00:51:32 +0800 Subject: [PATCH] Plugin Sync: Change folder name to avoid conflict of old clientId --- plugins/sync.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sync.user.js b/plugins/sync.user.js index 04eecdcf..f5d38a01 100644 --- a/plugins/sync.user.js +++ b/plugins/sync.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-sync@xelio // @name IITC plugin: Sync -// @version 0.2.0.@@DATETIMEVERSION@@ +// @version 0.2.1.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ @@ -383,7 +383,7 @@ window.plugin.sync.FileSearcher.prototype.instances = {}; window.plugin.sync.FileSearcher.prototype.RETRY_LIMIT = 2; window.plugin.sync.FileSearcher.prototype.MIMETYPE_FILE = 'application/vnd.google-apps.drive-sdk'; window.plugin.sync.FileSearcher.prototype.MIMETYPE_FOLDER = 'application/vnd.google-apps.folder'; -window.plugin.sync.FileSearcher.prototype.parentName = 'IITC-SYNC-DATA'; +window.plugin.sync.FileSearcher.prototype.parentName = 'IITC-SYNC-DATA-V2'; window.plugin.sync.FileSearcher.prototype.parentDescription = 'Store IITC sync data'; window.plugin.sync.FileSearcher.prototype.initialize = function(force) {