Changes in src/views/pages/post-edit.ejs [fb9a8ad:3ca7bdf] in Klonkt
- File:
-
- 1 edited
-
src/views/pages/post-edit.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post-edit.ejs
rfb9a8ad 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)