mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 21:25:34 +02:00
* Some notes / TODO
This commit is contained in:
parent
2edc63632b
commit
052cf5c490
1 changed files with 8 additions and 3 deletions
|
@ -213,6 +213,11 @@ function handleAction(client, formData, conf) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// :TODO: This should be in theme.js
|
||||||
|
|
||||||
|
// :TODO: Need to take (optional) form ID to search for (e.g. for multi-form menus)
|
||||||
|
// :TODO: custom art needs a way to be themed -- e.g. config.art.someArtThing
|
||||||
|
|
||||||
function applyThemeCustomization(options) {
|
function applyThemeCustomization(options) {
|
||||||
//
|
//
|
||||||
// options.name : menu/prompt name
|
// options.name : menu/prompt name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue