spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
812 stars 256 forks source link

fix for tinyMCE undefined in asynchronous javascript load #171

Closed musaffa closed 8 years ago

musaffa commented 9 years ago

Google PageSpeed suggests non-blocking javascript in which html content can complete loading without javascript. But it also means tinyMCE may not be defined when it is called in the form. This change fixes this issue.

brodock commented 9 years ago

:+1:

shlajin commented 8 years ago

:+1: