Update jot-header.tpl

This commit is contained in:
Ray 2023-03-07 15:55:50 -05:00
parent 4de321cf3f
commit b7f4ce3889

View file

@ -759,7 +759,7 @@ let postSaveTimer = null;
{{* start new test *}} {{* start new test *}}
let test = function (result) { let test = function (result) {
$.post("wall_attach/{{$nickname}}", result, $.post("wall_attach/{{$nickname}}", JSON.stringify(result),
function(data) { function(data) {
alert(JSON.stringify(data)); alert(JSON.stringify(data));
addeditortext(data.message); addeditortext(data.message);