From d9b334e2d39c53dda625d549c45821bcff776b73 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 27 Feb 2023 17:11:03 -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 70acdbc88..780667ce6 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -717,7 +717,7 @@ let postSaveTimer = null; function(ddata) { if (ddata['status']) { alert(JSON.stringify(ddata)); - break; + addeditortext(ddata['photolink']); preview_post(); } else {