From 09b82826b006b701b787b365dba0d877a42cd95f Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 11 Mar 2023 08:59:55 -0500 Subject: [PATCH] Update jot-header.tpl moving along --- view/tpl/jot-header.tpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 65ee57081..6d1efc0d6 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -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() {