summaryrefslogtreecommitdiff
path: root/public/js/tinymce.js
diff options
context:
space:
mode:
authorpolo-pc-greta <ordipolo@gmx.fr>2025-05-12 13:48:31 +0200
committerpolo-pc-greta <ordipolo@gmx.fr>2025-05-12 13:48:31 +0200
commit3674515ed5f5b394226954a646d5748419511e7d (patch)
tree1b5e05d87c075d305c5bfbb538bd9006b5c4498a /public/js/tinymce.js
parentf6681c83bbb88fee9070ede9cf6d05b757050957 (diff)
downloadcms-3674515ed5f5b394226954a646d5748419511e7d.zip
petit bug
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