mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +02:00
* Constant time password DK compare
* Minor View update * Test module. Start work on module switching functionality. NYW!
This commit is contained in:
parent
1264cdde01
commit
eaf2aae48d
4 changed files with 73 additions and 21 deletions
|
@ -82,4 +82,6 @@ TextView.prototype.setText = function(text) {
|
|||
if(!this.multiLine && !this.dimens.width) {
|
||||
this.dimens.width = this.text.length;
|
||||
}
|
||||
|
||||
this.redraw();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue