Update jot-header.tpl

This commit is contained in:
Ray 2023-03-07 17:36:11 -05:00
parent f6fdc402ad
commit 0c7eb3fe0d

View file

@ -799,7 +799,7 @@ let postSaveTimer = null;
case "image/gif":
//case "image/svg+xml": not working
let send = `[img]${baseurl}/cloud/${address}/${result.display_path}[/img]`;
test(result);
/* test(result); */
return `<li onclick ="setEmbedFiles('${send}')" data-bs-dismiss="modal" ><img src="/cloud/${address}/${result.display_path}" class="img-fluid img-thumbnail" ></li>`;
case "video/mp4":
case "video/webm":