GoodCloud / django-zebra

Forms, widgets, template tags and examples that make Stripe + Django easier.
MIT License
193 stars 68 forks source link

Missing semicolons in javascript #21

Open erikcw opened 11 years ago

erikcw commented 11 years ago

Line 19:

$("button[type=submit]").attr("disabled","disabled").html("Submitting..")

and Line 30

return true

Are both missing semicolons.

skoczen commented 11 years ago

Happy to fix style stuff - send over a pull request!