Use the same method of attaching the script to a page as for 0.7

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2012-10-12 15:04:17 +02:00
parent 69ecf0cae3
commit 8cfdea45db

View file

@ -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');
}
}