Update jot-header.tpl

remove a failed test
This commit is contained in:
Ray 2023-02-19 12:44:23 -05:00
parent 162d0df3e4
commit 7141532eba

View file

@ -771,7 +771,6 @@ let postSaveTimer = null;
/* $.post("embedfiles", {}, */
$.post("cloud", {},
function(data) {
/* alert(JSON.stringify(data)); */
let $data = $(data);
let result = $data.find("#region_2").html();
alert(result);