Update jot-header.tpl

This commit is contained in:
Ray 2023-02-18 11:17:01 -05:00
parent 6736b7dd4e
commit 5b6c4f647d

View file

@ -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']) {