Use the same method of attaching the script to a page as for 0.7
This commit is contained in:
parent
69ecf0cae3
commit
8cfdea45db
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class tinymce_config extends rcube_plugin
|
|||
|
||||
$script = sprintf('$.extend(window.rcmail_editor_settings, %s);', json_encode($config));
|
||||
|
||||
$rcmail->output->add_script($script, 'docready');
|
||||
$rcmail->output->add_script($script, 'foot');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue