Changeset 216 for trunk/app/views/groups
- Timestamp:
- 10/29/07 19:49:41 (13 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/groups/admin_edit.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/groups/admin_edit.thtml
r215 r216 27 27 var code = document.getElementById("GroupCode"); 28 28 29 if (code.value.length < 3)29 if (code.value.length != 4) 30 30 { 31 31 alert('The code must have four characters');
