Changeset 3ca7bdf in Klonkt for src/views/pages/post-edit.ejs
- Timestamp:
- 08/07/2026 07:04:08 PM (5 weeks ago)
- Branches:
- main
- Children:
- 01fb44f
- Parents:
- a8364ee
- git-author:
- Robin <roboburr@…> (08/07/2026 07:04:04 PM)
- git-committer:
- Robin <roboburr@…> (08/07/2026 07:04:08 PM)
- File:
-
- 1 edited
-
src/views/pages/post-edit.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post-edit.ejs
ra8364ee r3ca7bdf 208 208 <%# Hidden field is what actually submits to the server. The visible 209 209 contenteditable's serialized HTML is copied here on submit. %> 210 <input type="hidden" name="content" id="content-hidden" value=""> 210 <%# value = de BESTAANDE inhoud: laadt de module niet (oude cache, js uit), 211 dan slaat het formulier de post ongewijzigd op in plaats van hem te wissen. %> 212 <input type="hidden" name="content" id="content-hidden" value="<%= post.content || '' %>"> 211 213 212 214 <%# Initial content is injected as a JSON string in a script tag so we
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)