From 5b6c4f647de29ffe36d6a44cf9208cfb2903dd0e Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 18 Feb 2023 11:17:01 -0500 Subject: [PATCH] Update jot-header.tpl --- view/tpl/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 738397a77..f455a718f 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -773,7 +773,7 @@ let postSaveTimer = null; let getFileDirList = function () { alert('made it to here'); - $.post("embedfiles/albumlist", {}, + $.post("embedphotos/albumlist", {}, function(data) { alert(JSON.stringify(data)); if (data['status']) {