mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-19580 cleanup of require css and js filepicker code
This commit is contained in:
parent
b14e77c966
commit
ff5fe31160
14 changed files with 169 additions and 121 deletions
|
@ -1578,6 +1578,7 @@ class admin_setting_confightmleditor extends admin_setting_configtext {
|
|||
$this->rows = $rows;
|
||||
$this->cols = $cols;
|
||||
parent::__construct($name, $visiblename, $description, $defaultsetting, $paramtype);
|
||||
editors_head_setup();
|
||||
}
|
||||
/**
|
||||
* Returns an XHTML string for the editor
|
||||
|
@ -2985,6 +2986,7 @@ class admin_setting_special_frontpagedesc extends admin_setting {
|
|||
*/
|
||||
public function __construct() {
|
||||
parent::__construct('summary', get_string('frontpagedescription'), get_string('frontpagedescriptionhelp'), NULL);
|
||||
editors_head_setup();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue