Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Fix bug 1029745: billing info form
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Nov 13, 2013
1 parent 6d0b3bf commit 409df88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/app/assets/javascripts/console/form.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $ ->
onclick: false
errorClass: 'help-inline'
errorElement: 'p'
ignoreTitle: true
highlight: (element,errorClass,validClass) ->
$(element).addClass('error')
$el = find_control_group_parent(element)
Expand Down

0 comments on commit 409df88

Please sign in to comment.