Fix js error.

1.10.x
Julio Montoya 10 years ago
parent 40ec2f65aa
commit 08021c089c
  1. 2
      main/template/default/layout/head.tpl

@ -41,7 +41,7 @@ plugins.forEach(function(plugin) {
**/
var showTemplates = function (ckeditorName) {
var editorName = 'content';
if (ckeditorName.length > 0) {
if (ckeditorName && ckeditorName.length > 0) {
editorName = ckeditorName;
}
CKEDITOR.editorConfig(CKEDITOR.config);

Loading…
Cancel
Save