* Code cleanup. WIP theme stuff. Better CPR handling, etc.
This commit is contained in:
@@ -17,6 +17,7 @@ function User() {
|
||||
|
||||
this.id = 0;
|
||||
this.userName = '';
|
||||
this.properties = {};
|
||||
|
||||
this.isValid = function() {
|
||||
if(self.id <= 0 || self.userName.length < 2) {
|
||||
|
||||
Reference in New Issue
Block a user