Update jot-header.tpl

let's chase this for a bit
This commit is contained in:
Ray 2023-02-19 09:56:58 -05:00
parent 4dde56748f
commit a1b1677ce4

View file

@ -777,7 +777,7 @@ let postSaveTimer = null;
$.post("cloud", {},
function(data) {
/* alert(JSON.stringify(data)); */
alert(data);
alert(data).find("region_2");
if (data['status']) {
let albums = data['albumlist']; //JSON.parse(data['albumlist']);
$('#embedPhotoModalLabel').html("{{$modalchoosealbum}}");