Update jot-header.tpl

testing functions
This commit is contained in:
Ray 2023-02-18 09:07:08 -05:00
parent 1c9b9bcfce
commit d983308f09

View file

@ -684,8 +684,7 @@ let postSaveTimer = null;
$('#embedPhotoModalBodyAlbumDialog').off('click'); $('#embedPhotoModalBodyAlbumDialog').off('click');
$('#embedFileModal').modal('show'); $('#embedFileModal').modal('show');
alert('made it to here'); };
};
/* end new function */ /* end new function */
@ -773,6 +772,7 @@ let postSaveTimer = null;
{{* start new getFileDirList *}} {{* start new getFileDirList *}}
let getFileDirList = function () { let getFileDirList = function () {
alert('made it to here');
$.post("embedphotos/albumlist", {}, $.post("embedphotos/albumlist", {},
function(data) { function(data) {
if (data['status']) { if (data['status']) {