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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user