Add usermod help links for AR, 4LD and weather

Other usermods: 

void appendConfigData()
{
... 
 oappend(SET_F("addInfo('<modname>:help',0,'<a href=\"https:// \">Help</a>');"));
   ...
}
This commit is contained in:
Ewoud
2022-12-19 16:42:07 +01:00
parent 5ec98c4c55
commit 949373df91
9 changed files with 343 additions and 345 deletions

View File

@@ -215,7 +215,7 @@
const userMod = urlParams.get('um')
for (const [k,o] of Object.entries(umCfg)) {
if (userMod == k) {
urows += `<hr><h3>${k}</h3>`;
urows += `<hr><h3>${k}</h3><div name="${k}:help"></div>`;
addField(k,'unknown',o);
}
}