mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 23:41:57 +02:00
* Fix key press event for EditTextView
* Fix MCI draw issue for TextView * Missing bbs.js MCI init
This commit is contained in:
parent
30ba609fb4
commit
383b3b449d
3 changed files with 19 additions and 13 deletions
|
@ -159,7 +159,7 @@ function initialize(cb) {
|
|||
callback(err);
|
||||
});
|
||||
},
|
||||
function loadSysOpInformation2(callback) {
|
||||
function loadSysOpInformation(callback) {
|
||||
//
|
||||
// Copy over some +op information from the user DB -> system propertys.
|
||||
// * Makes this accessible for MCI codes, easy non-blocking access, etc.
|
||||
|
@ -202,6 +202,9 @@ function initialize(cb) {
|
|||
}
|
||||
);
|
||||
},
|
||||
function initMCI(callback) {
|
||||
require('./predefined_mci.js').init(callback);
|
||||
},
|
||||
function readyMessageNetworkSupport(callback) {
|
||||
require('./msg_network.js').startup(callback);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue