Fixed issue with default loading wysi (summernote)
This commit is contained in:
parent
4bef473aaf
commit
e28b52b4fd
@ -121,7 +121,7 @@ var $editeur = null;
|
||||
$this->editeur=new midgas($this->name, "document.".$this->form, $this->src);
|
||||
break;
|
||||
default:
|
||||
$this->editeur=new summernote($this->name, "document.".$this->form, $this->src, "", $this->width, $this->height, $this->option);
|
||||
$this->editeur=new summernote($this->name, "document.".$this->form, $this->lang, $this->src, $this->width, $this->height, $this->option);
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -194,7 +194,6 @@ var $toolbar = null;
|
||||
|
||||
$arrayCallCss = array();
|
||||
$arrayCallCss[] = "data/javascript/summernote-current/summernote-bs4.min.css";
|
||||
$arrayCallCss[] = "";
|
||||
mxCallCss($arrayCallCss);
|
||||
|
||||
$arrayCallJs = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user