ryanb / railscasts

railscasts.com in open source (outdated).
http://railscasts.com
MIT License
760 stars 175 forks source link

multiple comment form when clicking the reply button more than once #13

Closed ramza1 closed 13 years ago

ramza1 commented 13 years ago

Hy ryan i tried implementing your comment system and i found out that when you click the reply button more then once it brings out the comment form based on the amount of times you click the button.

ryanb commented 13 years ago

Thanks for reporting this. I'll work on adding some js to catch this behavior.