diff options
author | polo <ordipolo@gmx.fr> | 2025-04-06 13:02:26 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-04-06 13:02:26 +0200 |
commit | 022d0c36258c874a21a36e207ae89aa8d91e44a1 (patch) | |
tree | c5f1afd59704451ac921c35c482a77035c14fad5 /public | |
parent | 68b6058e2a27fc251c117c4efeb141392a0c9736 (diff) | |
download | cms-022d0c36258c874a21a36e207ae89aa8d91e44a1.zip |
clone du squelette pour le garder intact
Diffstat (limited to 'public')
-rw-r--r-- | public/images/ysoline_rabin.jpg (renamed from public/images/Ysoline Rabin.jpg) | bin | 4993 -> 4993 bytes | |||
-rw-r--r-- | public/js/tinymce.js | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/images/Ysoline Rabin.jpg b/public/images/ysoline_rabin.jpg index 2ecfcc4..2ecfcc4 100644 --- a/public/images/Ysoline Rabin.jpg +++ b/public/images/ysoline_rabin.jpg | |||
Binary files differ | |||
diff --git a/public/js/tinymce.js b/public/js/tinymce.js index cb1938a..1e40f51 100644 --- a/public/js/tinymce.js +++ b/public/js/tinymce.js | |||
@@ -250,7 +250,7 @@ function submitArticle(id, page = '', clone = null) { | |||
250 | submit_btn.querySelector('button').setAttribute('onclick', "submitArticle('" + data.article_id + "')"); | 250 | submit_btn.querySelector('button').setAttribute('onclick', "submitArticle('" + data.article_id + "')"); |
251 | 251 | ||
252 | var next_div = parent.nextElementSibling.nextElementSibling; | 252 | var next_div = parent.nextElementSibling.nextElementSibling; |
253 | parent.parentNode.replaceChild(clone, parent); | 253 | parent.parentNode.replaceChild(clone.cloneNode(true), parent); // clone du squelette pour le garder intact |
254 | next_div.appendChild(parent); | 254 | next_div.appendChild(parent); |
255 | } | 255 | } |
256 | else{ | 256 | else{ |