diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-21 03:16:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-21 03:16:21 -0400 |
| commit | d7da74158b8da25ce47088679b25aafbc4620ccf (patch) | |
| tree | 763bc33a08c39c38d8c2565a2ede40af7c7457f3 /static/js/register.js | |
| parent | 965990ff4018cf476f83adb308d54a9d85afaa4c (diff) | |
| parent | 5a94d94fef2748cc6d22cebbcd0b1eb85d0b7798 (diff) | |
timb committing ryder's changes
Diffstat (limited to 'static/js/register.js')
| -rwxr-xr-x | static/js/register.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/register.js b/static/js/register.js index d479aab..c87eadc 100755 --- a/static/js/register.js +++ b/static/js/register.js @@ -6,7 +6,7 @@ function validateNick(n) { // HOPE NO HACKERS ARE READING THIS :o var ValidCodes = ['WAXWANYE23', - 'HOTDUMPING5000','RHIZOME','VIP666','HEATNAP',]; + 'HOTDUMPING5000','RHIZOME','VIP666','HEATNAP','anamanaguchi',]; function submitRegistration() { var nick = $('#nickInput').val(); |
