Update jot-header.tpl

This commit is contained in:
Ray 2023-03-06 19:57:24 -05:00
parent 81d9cdcda2
commit ff5290168e

View file

@ -768,7 +768,7 @@ let postSaveTimer = null;
{{* start new setEmbedFiles-1 *}}
function setEmbedFiles1(result, address) {
alert(JSON.stringify(result));
$.post(`wall_attach/${address}`, JSON.stringify(result))
$.post(`wall_attach/${address}`, result)
.done(function(data) {
console.log("Data received:", data);
})