Revision d97c352c
Von Sven Schöling vor etwa 1 Jahr hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
321 | 321 |
$form->{"title"} = $locale->text("Set eMail text"); |
322 | 322 |
$form->header( |
323 | 323 |
no_layout => 1, |
324 |
use_javascripts => [], |
|
324 |
use_javascripts => [ qw(ckeditor/ckeditor ckeditor/adapters/jquery) ],
|
|
325 | 325 |
); |
326 | 326 |
print($form->parse_html_template("dunning/set_email")); |
327 | 327 |
|
Auch abrufbar als: Unified diff
Revert "ckeditor5: add_javascript in bin/mozilla controllern entfernt"
This reverts commit 6c0032c716231d72f4d070f0d337b6e8db916fa7.