From 7141532ebae0375ae255336022570698a3ea0c52 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 19 Feb 2023 12:44:23 -0500 Subject: [PATCH] Update jot-header.tpl remove a failed test --- view/tpl/jot-header.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 8f6b2fa7f..99647998c 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -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);