-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wysihtml is not defined #377
Comments
Check url to wysihtml.js |
Sorry for late reply. I've also put the wysihtml javascript files below the jQuery. Here is the statistics (in particular order) [note that all time is 0ms] |
@astroxoom see If you see 0 in "Transferred" or "Size" column it's because script isn't loaded at all. |
@astroxoom try to disable any cache for test. |
@Globulopolis I disabled it (when DevTools is opened) but still it is undefined, sorry for the late comment tho. |
I changed
to:
There is no error anymore. However, the textarea is not displaying so well, even the toolbar is not showing up. |
Hmmm... This is my code for editor and toolbar(using bootstrap for some menus and famfamfam iconpack for buttons) |
I updated my jquery and bootstrap javascript files, used |
@astroxoom can you provide a demo of you code? Or jsfiddle example. |
Note that I didn't build this from npm, just cloned the repository then copied the files from the dist folder over to my own dist folder. |
I'm using the latest version so far (installed with bower but relocated the files) then I have already set up everything.
By the way, i'm also using jQuery + Bootstrap + a Modal for my "Create Post"
When everything is already finished setting up, when I see my
textarea
it is just like a normal one, then I see my console log and it says that:The text was updated successfully, but these errors were encountered: