Fixed bad id
parent
fb62d3319d
commit
cf3c355b4d
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue