Update jot-header.tpl

This commit is contained in:
Ray 2023-03-06 13:43:40 -05:00
parent fc1bd501cc
commit adc9f644cd

View file

@ -141,6 +141,7 @@ let postSaveTimer = null;
data.submit();
},
done: function(e,data) {
console.log(data);
addeditortext(data.result.message);
$('#jot-media').val($('#jot-media').val() + data.result.message);
},