Skip to content

Commit

Permalink
fix(form_translation): form serilization problem with rich text
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 14, 2021
1 parent 29ed3fe commit c34c0c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/scripts.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@ function buildTiles(list) {
this.saveNewTranslation = function () {
var that = this;
var form = document.querySelector('form[name="plugin_formcreator_translation"]');
tinyMCE.triggerSave();
$.ajax({
url: '../ajax/translation.php',
type: 'POST',
Expand Down

0 comments on commit c34c0c2

Please sign in to comment.