summaryrefslogtreecommitdiff
path: root/public/js/tinymce.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/tinymce.js')
-rw-r--r--public/js/tinymce.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/tinymce.js b/public/js/tinymce.js
index 88d8474..307c384 100644
--- a/public/js/tinymce.js
+++ b/public/js/tinymce.js
@@ -175,7 +175,7 @@ function submitArticle(id, page = '', clone = null)
175 // clic sur "tout enregistrer" 175 // clic sur "tout enregistrer"
176 if(id[0] === 'n' && page === 'article'){ 176 if(id[0] === 'n' && page === 'article'){
177 const prefixes = ['t', 'p', 'i', 'd']; 177 const prefixes = ['t', 'p', 'i', 'd'];
178 const allElemsWithId = document.querySelectorAll('[class="data"]'); 178 const allElemsWithId = document.querySelectorAll('.data');
179 content = {}; 179 content = {};
180 var id_from_builder; 180 var id_from_builder;
181 181