Fixed javascript for cases where htmleditor is not available.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
// For the javascript for inserting template tags: initialise the default textarea to
|
||||
// 'edit_template' - it is always present in all different possible views.
|
||||
$bodytag = 'onload="';
|
||||
$bodytag .= 'currEditor = edit_template; ';
|
||||
$bodytag .= 'if (typeof(currEditor) != \'undefined\') { currEditor = edit_template; } ';
|
||||
$bodytag .= 'currTextarea = document.tempform.template;';
|
||||
$bodytag .= '" ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user