fixed semicolon error
This commit is contained in:
parent
18a5425588
commit
d95c448d42
@ -269,7 +269,7 @@
|
||||
});
|
||||
hiddenInputCreator('state', function(newValue){
|
||||
mktoForm.setValues({
|
||||
'State': newValue.toUpperCase();
|
||||
'State': newValue.toUpperCase()
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user