Update jot-header.tpl

This commit is contained in:
Ray 2023-02-28 13:30:06 -05:00
parent 28da8848b9
commit 3a6aceb59a

View file

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