Fixed some issues with registration

This commit is contained in:
Godwin
2014-03-15 20:43:16 -06:00
parent 243c47a6e7
commit 55d47180e0
6 changed files with 19 additions and 36 deletions
@@ -113,7 +113,6 @@ updateFormFieldList = () ->
(json) ->
$('#conference-form').html(json.form)
$('#registration-form-field-list').html(json.list)
#console.log json
updateFormFieldList()
return
$('#conference-form .remove-form-field').click () ->