Update jot-header.tpl

This commit is contained in:
Ray 2023-03-06 18:51:06 -05:00
parent 0d259682dc
commit af0edfdec1

View file

@ -769,7 +769,7 @@ let postSaveTimer = null;
function setEmbedFiles-1(result, address) {
$.ajax({
type: 'post',
url: `wall_attach/${address}`,
url: 'wall_attach/'address,
data: JSON.stringify(result),
contentType: "application/json; charset=utf-8",
traditional: true,