parent
23fe523412
commit
6cde517c55
@ -1,6 +1,7 @@ |
||||
/** Init the terminal sub-module - called from HTML */ |
||||
window.termInit = function () { |
||||
window.termInit = function (labels, theme) { |
||||
Conn.init() |
||||
Input.init() |
||||
TermUpl.init() |
||||
Screen.load(labels, theme) // populate labels
|
||||
} |
||||
|
Loading…
Reference in new issue