mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-19 06:53:53 +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(){
|
public function getDisplay(){
|
||||||
$return = $this -> getLabelInfos();
|
$return = $this -> getLabelInfos();
|
||||||
if (!$this -> isFreeze()) {
|
if (!$this -> isFreeze()) {
|
||||||
LSsession :: addJSscript('tinymce.min.js', 'includes/libs/tinymce/js/tinymce');
|
LSsession :: addLibJSscript('tinymce/js/tinymce/tinymce.min.js');
|
||||||
LSsession :: addJSconfigParam(
|
LSsession :: addJSconfigParam(
|
||||||
$this -> name,
|
$this -> name,
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue