Update jot.tpl

uncomment
initializeEmbedFileDialog = function
This commit is contained in:
Ray 2023-02-17 12:54:21 -05:00
parent 41db36682a
commit 080b5ea557

View file

@ -675,19 +675,17 @@ let postSaveTimer = null;
/* start new function */
let initializeEmbedPhotoOrFileDialog = function () {
/*
let initializeEmbedFileDialog = function () {
$('.embed-photo-selected-photo').each(function (index) {
$(this).removeClass('embed-photo-selected-photo');
});
getPhotoAlbumList();
$('#embedPhotoModalBodyAlbumDialog').off('click');
*/
$('#exampleModal').modal('show');
};
/* end new function */
let initializeEmbedPhotoDialog = function () {