tinymce - tiny_mce.js does not load in Prestashop -
i have prestashop site. file http://yogly.co.il/js/tiny_mce/tiny_mce.js
not loading , causes bug: uncaught referenceerror: tinymce not defined
when debug chrome see file empty. direct access file shows if file empty. if ftp file see 200kb.
you can load tinymce cachefly cdn
<html> <head><!-- cdn hosted cachefly --> <script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script> <script> tinymce.init({selector:'textarea'}); </script> </head> <body> <textarea>your content here.</textarea> </body> </html>
this html provided @ tinymce homepage. explanation.
Comments
Post a Comment