Skip to content

Commit eec870a

Browse files
committed
Upgrade to current classic template.
1 parent d0f3beb commit eec870a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/issues/html/user_utils.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ function split_name(that) {
2929
case 'realname':
3030
realname=val
3131
break
32+
case 'firstname':
33+
case 'lastname':
34+
return
3235
default:
3336
alert('Ooops - unknown name field '+that.name+'!')
3437
return
@@ -38,7 +41,7 @@ function split_name(that) {
3841
function field_empty(name) {
3942
return the_form[name].value == ''
4043
}
41-
44+
4245
// no break statements - on purpose!
4346
switch (that.name) {
4447
case 'address':

0 commit comments

Comments
 (0)