PerfectlyNormal / tinymce-rails-imageupload

Image upload plugin for TinyMCE and Rails with the asset pipeline
MIT License
149 stars 153 forks source link

Uploader requires jQuery to work #8

Closed PerfectlyNormal closed 11 years ago

PerfectlyNormal commented 12 years ago

Copied from #6

If you use following line in your main js file: //= require tinymce You will see the error message tinyMCE.$ is not a function in the JS console and the uploader will not work! My solution is to use: //= require tinymce-jquery and it seems to work well! Can you test it and make it run again?