thedevdojo / chatter

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

Don't work new discission. #132

Open christiantigre opened 6 years ago

christiantigre commented 6 years ago

hi, helpe. I have jquery

also jquery 1.8 but don show the mardown for create new discussion.

the console chroome show this. trumbowyg.min.js:2 Uncaught ReferenceError: jQuery is not defined at trumbowyg.min.js:2 (anonymous) @ trumbowyg.min.js:2 trumbowyg.preformatted.min.js:1 Uncaught ReferenceError: jQuery is not defined at trumbowyg.preformatted.min.js:1 (anonymous) @ trumbowyg.preformatted.min.js:1 trumbowyg.js:19 Uncaught ReferenceError: $ is not defined at trumbowyg.js:19 (anonymous) @ trumbowyg.js:19 spectrum.js:16 Uncaught ReferenceError: jQuery is not defined at spectrum.js:16 at spectrum.js:18 (anonymous) @ spectrum.js:16 (anonymous) @ spectrum.js:18 chatter.js:1 Uncaught ReferenceError: $ is not defined at chatter.js:1 (anonymous) @ chatter.js:1 forums:322 Uncaught TypeError: $(...).spectrum is not a function at HTMLDocument. (forums:322) at k (jquery-1.8.0.min.js:2) at Object.fireWith [as resolveWith] (jquery-1.8.0.min.js:2) at Function.ready (jquery-1.8.0.min.js:2) at HTMLDocument.D (jquery-1.8.0.min.js:2) (anonymous) @ forums:322 k @ jquery-1.8.0.min.js:2 fireWith @ jquery-1.8.0.min.js:2 ready @ jquery-1.8.0.min.js:2 D @ jquery-1.8.0.min.js:2

ghost commented 6 years ago

Make sure you add @yield('js') after

For example

@yield('js')