Update jot-header.tpl

This commit is contained in:
Ray 2023-03-10 14:30:29 -05:00
parent c8046fcbbf
commit 97dd62a790

View file

@ -805,7 +805,7 @@ let postSaveTimer = null;
let send = `[img]${baseurl}/cloud/${address}/${result.display_path}[/img]`;
let send_id = `embedFiles_${result.id}`;
$( document ).ready(function() { document.getElementById(send_id).addEventListener("click", function() { setEmbedFiles(send); }); });
//test();
/*test(); */
return `<li id = "embedFiles_${result.id}" data-bs-dismiss="modal" ><img src="/cloud/${address}/${result.display_path}" class="img-fluid img-thumbnail" ></li>`;
case "video/mp4":
case "video/webm":