* Some notes / TODO
This commit is contained in:
parent
2edc63632b
commit
052cf5c490
|
@ -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…
Reference in New Issue