From 9bebe9b77759fb6b17af7fe92665b57935e7fd25 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 28 Feb 2023 12:38:09 -0500 Subject: [PATCH] Update jot-header.tpl --- view/tpl/jot-header.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index d5931aa03..f05ad31e7 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -782,6 +782,7 @@ let postSaveTimer = null; case "image/gif": //let send = `${baseurl}/cloud/${address}/${result.display_path}`; let send = `[zrl=${baseurl}/cloud/${address}/${result.hash}][zmg class="img-fluid img-thumbnail" alt=${result.filename}]${baseurl}/cloud/${address}/${result.display_path}[/zmg][/zrl]`; + alert(send); return `
  • `; case "video/mp4": case "video/webm":