Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction d'un problème avec tinymce #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Correction d'un problème avec tinymce
L'éditeur de texte était placé au mauvais endroit et le script exécuté au chargement de la page renvoyait alors une erreur.
Le texte pré-rempli n'était donc pas chargé, ainsi que les skins des joueurs.
Aurelien30000 authored Aug 7, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 292712709e63fc5e37c121b9bc8a1ac32772cb50
4 changes: 2 additions & 2 deletions View/Support/admin_ticket.ctp
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ $Support = new SupportController(); ?>
<?= $this->Html->script('admin/tinymce/tinymce.min.js') ?>
<script type="text/javascript">
tinymce.init({
selector: "textarea",
selector: "#editor",
height: 300,
width: '100%',
language: 'fr_FR',
@@ -162,4 +162,4 @@ $Support = new SupportController(); ?>
} catch (err) {
}
}
</script>
</script>