mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* Code cleanup. WIP theme stuff. Better CPR handling, etc.
This commit is contained in:
parent
7cfe72d53b
commit
1ef9a4a1ce
11 changed files with 147 additions and 125 deletions
|
@ -17,6 +17,7 @@ function User() {
|
|||
|
||||
this.id = 0;
|
||||
this.userName = '';
|
||||
this.properties = {};
|
||||
|
||||
this.isValid = function() {
|
||||
if(self.id <= 0 || self.userName.length < 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue