diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-05-12 13:48:31 +0200 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-05-12 13:48:31 +0200 |
commit | 3674515ed5f5b394226954a646d5748419511e7d (patch) | |
tree | 1b5e05d87c075d305c5bfbb538bd9006b5c4498a /public/js/tinymce.js | |
parent | f6681c83bbb88fee9070ede9cf6d05b757050957 (diff) | |
download | cms-3674515ed5f5b394226954a646d5748419511e7d.zip |
petit bug
Diffstat (limited to 'public/js/tinymce.js')
-rw-r--r-- | public/js/tinymce.js | 2 |
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 | ||