Update jot-header.tpl

This commit is contained in:
Ray 2023-02-28 15:33:20 -05:00
parent 62acfbac07
commit ac24b9c887

View file

@ -768,7 +768,7 @@ let postSaveTimer = null;
function setEmbedFiles(send) {
alert(`Send: ${send}`);
$("#profile-jot-form").html();
$("#profile-jot-form").html(<p>I'm here</p>);
preview_post();
}
{{* end new setEmbedFiles *}}