From cf3c355b4df3e8745992cd6098a4e9498f64d7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Celso=20Gonz=C3=A1lez?= Date: Tue, 31 May 2022 04:58:00 +0200 Subject: [PATCH] Fixed bad id --- uniques-go.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uniques-go.user.js b/uniques-go.user.js index 84a622d..7cb42fe 100644 --- a/uniques-go.user.js +++ b/uniques-go.user.js @@ -2,7 +2,7 @@ // @id iitc-plugin-uniques-go@mitago // @name IITC plugin: Uniques go data sender // @category Misc -// @version 0.0.2 +// @version 0.0.3 // @namespace https://git.mitago.net/ingress/uniques-go-userscript // @updateURL https://git.mitago.net/ingress/uniques-go-userscript/raw/branch/master/uniques-go.user.js // @downloadURL https://git.mitago.net/ingress/uniques-go-userscript/raw/branch/master/uniques-go.user.js @@ -26,7 +26,7 @@ function wrapper(plugin_info) { //PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!! //(leaving them in place might break the 'About IITC' page or break update checks) plugin_info.buildName = 'mitago'; - plugin_info.dateTimeVersion = '202200531.044700'; + plugin_info.dateTimeVersion = '202200531.045700'; plugin_info.pluginId = 'uniquesgo'; //END PLUGIN AUTHORS NOTE @@ -89,7 +89,7 @@ function wrapper(plugin_info) { } window.plugin.uniquesgo.onPaneChanged = function(pane) { - if(pane === "plugin-portalslist") + if(pane === "plugin-uniquesgo") window.plugin.uniquesgo.sendPL(); else $("#uniquesgo").remove()