diff --git a/LinkedIn - Demo Form Autofill.html b/LinkedIn - Demo Form Autofill.html index 419df35..137ff23 100644 --- a/LinkedIn - Demo Form Autofill.html +++ b/LinkedIn - Demo Form Autofill.html @@ -269,7 +269,7 @@ }); hiddenInputCreator('state', function(newValue){ mktoForm.setValues({ - 'State': newValue.toUpperCase(); + 'State': newValue.toUpperCase() }); });