From b655ab2492b584db18a913ffdea3915b3b8dbcff Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 19 Feb 2023 14:02:01 -0500 Subject: [PATCH] Update jot-header.tpl --- view/tpl/jot-header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index b00513cf0..d10c370f2 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -772,9 +772,9 @@ let postSaveTimer = null; $.post("cloud", {}, function(data) { let $data = $(data); - let result = $data.find("main").html(); + let result = $data.find("#region_2").html(); alert(result); - $('#embedFileDirModalBody').html(result); + $('#embedFileDirModalBody').html($data); if (data['status']) { let albums = data['albumlist']; //JSON.parse(data['albumlist']); $('#embedPhotoModalLabel').html("{{$modalchoosealbum}}");