Update jot-header.tpl

This commit is contained in:
Ray 2023-02-26 17:45:28 -05:00
parent af2244483e
commit d17295ee8d

View file

@ -775,9 +775,9 @@ let postSaveTimer = null;
"image/png":
"image/gif":
alert(`Image: ${result.filetype}`);
let mType = `<li><img src="/cloud/${address}/${result.display_path}" class="img-fluid img-thumbnail" ></li>`;
return mType;
alert(`Image: ${result.display_path}`);
//let mType = `<li><img src="/cloud/${address}/${result.display_path}" class="img-fluid img-thumbnail" ></li>`;
//return mType;
case y:
// code block
break;