Update jot-header.tpl

This commit is contained in:
Ray 2023-03-10 14:11:11 -05:00
parent 481b66349b
commit 3d8bbeda16

View file

@ -801,7 +801,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(result);
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":