From 9fc7041fc0400ff5fd1d586e5e12b62e3647172d Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 7 Mar 2023 18:38:34 -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 d5e9dafa3..94974c6fc 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -813,7 +813,7 @@ let postSaveTimer = null; return `
  • ${result.filename}

  • `; //case "text/html": case "text/vnd.abc": these 2 don't work, they open the download dialog - let sendabc = `[abc]/cloud/${address}/${result.display_path}[/abc]`; + let sendabc = `[abc]/store/${address}/${result.os_path}.abc[/abc]`; return `
  • ${result.filename}

  • `; case "text/plain": case "application/json":