Closed pigletto closed 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).
Fixed in version/0.6, version/0.7 and master.
Thanks Kai
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).