Update jot-header.tpl

comment added
This commit is contained in:
Ray 2023-02-27 10:23:40 -05:00
parent 3a7bcd889e
commit 8800706c0e

View file

@ -778,7 +778,7 @@ let postSaveTimer = null;
case "audio/mpeg":
return `<li class="border rounded my-1 p-2"><h4>${result.filename}</h4><audio src="/cloud/${address}/${result.display_path}" controls="controls" preload="none" /></li>`;
case "text/html":
// security issue, let's move on...
// security issue, let's move on... Need to return something so we don't get a js undefined message.
return '';
case "application/json":
case "text/plain":