minor change
This commit is contained in:
parent
3d72c449e0
commit
55ce2b12e8
1 changed files with 2 additions and 4 deletions
|
@ -20,9 +20,7 @@ function sendConfirmationMail() {
|
|||
*/
|
||||
|
||||
function isBlocked() {
|
||||
if (parseInt(this.blocked,10)) {
|
||||
res.message = "Sorry, you were blocked by an Administrator!";
|
||||
if (parseInt(this.blocked,10))
|
||||
return true;
|
||||
} else
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue