Fixed bad id
parent
fb62d3319d
commit
cf3c355b4d
|
|
@ -2,7 +2,7 @@
|
||||||
// @id iitc-plugin-uniques-go@mitago
|
// @id iitc-plugin-uniques-go@mitago
|
||||||
// @name IITC plugin: Uniques go data sender
|
// @name IITC plugin: Uniques go data sender
|
||||||
// @category Misc
|
// @category Misc
|
||||||
// @version 0.0.2
|
// @version 0.0.3
|
||||||
// @namespace https://git.mitago.net/ingress/uniques-go-userscript
|
// @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
|
// @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
|
// @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!!
|
//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)
|
//(leaving them in place might break the 'About IITC' page or break update checks)
|
||||||
plugin_info.buildName = 'mitago';
|
plugin_info.buildName = 'mitago';
|
||||||
plugin_info.dateTimeVersion = '202200531.044700';
|
plugin_info.dateTimeVersion = '202200531.045700';
|
||||||
plugin_info.pluginId = 'uniquesgo';
|
plugin_info.pluginId = 'uniquesgo';
|
||||||
//END PLUGIN AUTHORS NOTE
|
//END PLUGIN AUTHORS NOTE
|
||||||
|
|
||||||
|
|
@ -89,7 +89,7 @@ function wrapper(plugin_info) {
|
||||||
}
|
}
|
||||||
|
|
||||||
window.plugin.uniquesgo.onPaneChanged = function(pane) {
|
window.plugin.uniquesgo.onPaneChanged = function(pane) {
|
||||||
if(pane === "plugin-portalslist")
|
if(pane === "plugin-uniquesgo")
|
||||||
window.plugin.uniquesgo.sendPL();
|
window.plugin.uniquesgo.sendPL();
|
||||||
else
|
else
|
||||||
$("#uniquesgo").remove()
|
$("#uniquesgo").remove()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue