Merge pull request #293 from Xelio/patch-plugin-sync-3
Plugin Sync: Change folder name to avoid conflict of old clientId
This commit is contained in:
commit
f3c59c1b95
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id iitc-plugin-sync@xelio
|
// @id iitc-plugin-sync@xelio
|
||||||
// @name IITC plugin: Sync
|
// @name IITC plugin: Sync
|
||||||
// @version 0.2.0.@@DATETIMEVERSION@@
|
// @version 0.2.1.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
// @downloadURL @@DOWNLOADURL@@
|
// @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.RETRY_LIMIT = 2;
|
||||||
window.plugin.sync.FileSearcher.prototype.MIMETYPE_FILE = 'application/vnd.google-apps.drive-sdk';
|
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.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.parentDescription = 'Store IITC sync data';
|
||||||
|
|
||||||
window.plugin.sync.FileSearcher.prototype.initialize = function(force) {
|
window.plugin.sync.FileSearcher.prototype.initialize = function(force) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user