Update jot-header.tpl

moving along
This commit is contained in:
Ray 2023-03-11 08:59:55 -05:00
parent 6ded3d1ec5
commit 09b82826b0

View file

@ -759,11 +759,9 @@ let postSaveTimer = null;
{{* start new test *}}
let test = function (result) {
$.post('embedfiles/sharelink', {
user_id: "143",
username: "ninjazhai",
website: "https://codeofaninja.com/"
}, function(data) {
$.post('embedfiles/sharelink',
result,
function(data) {
// demonstrate the response
alert(JSON.stringify(data));
}).fail(function() {