From 74406050f0db37947c61ba6f7fa7cbb068a1d69e Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 28 Feb 2023 15:26:36 -0500 Subject: [PATCH] Update jot-header.tpl --- view/tpl/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index fb05591f2..152441be5 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -782,7 +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]`; - console.log(new Error().stack); + alert(${send}); return `
  • `; case "video/mp4": case "video/webm":