Update jot-header.tpl

This commit is contained in:
Ray 2023-02-28 15:28:29 -05:00
parent 74406050f0
commit 0f272e9631

View file

@ -767,8 +767,8 @@ let postSaveTimer = null;
{{* start new setEmbedFiles *}} {{* start new setEmbedFiles *}}
function setEmbedFiles(send) { function setEmbedFiles(send) {
//alert(`Send: ${send}`); alert(`Send: ${send}`);
$("#profile-jot-form").html(`<div>${send}</div>); $("#profile-jot-form").html();
preview_post(); preview_post();
} }
{{* end new setEmbedFiles *}} {{* end new setEmbedFiles *}}