Changeset 216 for trunk/app/views/groups

Show
Ignore:
Timestamp:
10/29/07 19:49:41 (13 months ago)
Author:
aarkerio
Message:

Groups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/groups/admin_edit.thtml

    r215 r216  
    2727  var code  = document.getElementById("GroupCode"); 
    2828   
    29   if (code.value.length < 3) 
     29  if (code.value.length != 4) 
    3030  { 
    3131    alert('The code must have four characters');