Update jot-header.tpl

This commit is contained in:
Ray 2023-02-26 17:53:15 -05:00
parent 67c3734a3d
commit 6c37fbad56

View file

@ -778,13 +778,14 @@ let postSaveTimer = null;
alert(`Image: ${result.display_path}`);
//let mType = `<li><img src="/cloud/${address}/${result.display_path}" class="img-fluid img-thumbnail" ></li>`;
//return mType;
return true;
break;
case y:
// code block
break;
default:
return true;
//code block
}
return true;
}
{{* end new getFileMimeType *}}