thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

New Discussion button not work #211

Open ronnyDevelop opened 6 years ago

ronnyDevelop commented 6 years ago

New discussion button does not do anything, I am using chatter in an already done application, the migration of the bd was added to the previous user's migration.

irfanullahshakir commented 6 years ago

I also have this problem ...

mtrajano commented 6 years ago

I was also facing the same issue, this is most likely being caused by the defer in the script tag for app.js where jQuery is being included. If you remove the defer it should work