mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSformElement :: wysiwyg: Fix loading TinyMCE JS
This commit is contained in:
parent
fc3912b48b
commit
a9860f83de
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class LSformElement_wysiwyg extends LSformElement {
|
|||
public function getDisplay(){
|
||||
$return = $this -> getLabelInfos();
|
||||
if (!$this -> isFreeze()) {
|
||||
LSsession :: addJSscript('tinymce.min.js', 'includes/libs/tinymce/js/tinymce');
|
||||
LSsession :: addLibJSscript('tinymce/js/tinymce/tinymce.min.js');
|
||||
LSsession :: addJSconfigParam(
|
||||
$this -> name,
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue