Skip to content
Snippets Groups Projects
Commit 0aed9ecd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix ckeditor is now ok since there is no more jmobile.

parent 0963a649
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class DolEditor ...@@ -81,7 +81,7 @@ class DolEditor
// Check if extended editor is ok. If not we force textarea // Check if extended editor is ok. If not we force textarea
if (empty($conf->fckeditor->enabled) || ! $okforextendededitor) $this->tool = 'textarea'; if (empty($conf->fckeditor->enabled) || ! $okforextendededitor) $this->tool = 'textarea';
if ($conf->dol_use_jmobile) $this->tool = 'textarea'; // TODO ckeditor ko with jmobile //if ($conf->dol_use_jmobile) $this->tool = 'textarea'; // ckeditor and ace seems ok with mobile
// Define content and some properties // Define content and some properties
if ($this->tool == 'ckeditor') if ($this->tool == 'ckeditor')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment