diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

"tinyMCE is not defined" at 'Add Page' page #10

Closed pigletto closed 12 years ago

pigletto commented 12 years ago

In the template: lfs/templates/manage/pages/add_page.html there is unnecessary statement:

tinyMCE.execCommand('mceAddControl', true, 'id_body');

that causes JavaScript error (visible at console).

diefenbach commented 12 years ago

Fixed in version/0.6, version/0.7 and master.

Thanks Kai