Revert "Update jot-header.tpl"

This reverts commit e4914253ed.
This commit is contained in:
Ray 2023-03-06 20:01:04 -05:00
parent e4914253ed
commit 875e9832b2

View file

@ -768,16 +768,13 @@ 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);
})
.fail(function(error) {
console.error("Error:", error);
});
*}}
{{* $.ajax({
type: 'post',
url: `wall_attach/${address}`,