From ba4d7fa3eacb4ee61d3c17a35cac136a2e7c960d Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 18 May 2023 02:58:27 +0900 Subject: [PATCH] =?UTF-8?q?=E2=98=A0=20better=20character=20deletion=20war?= =?UTF-8?q?ning=20=E2=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- public/script.js | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 4d231c692..bcaa6e702 100644 --- a/public/index.html +++ b/public/index.html @@ -1156,7 +1156,7 @@
- +
For privacy reasons, your API key will be hidden after you reload the page.
@@ -1909,7 +1909,7 @@ - +
 
diff --git a/public/script.js b/public/script.js index 439c9799e..cbe20fd6d 100644 --- a/public/script.js +++ b/public/script.js @@ -5412,8 +5412,11 @@ $(document).ready(function () { $("#delete_button").click(function () { popup_type = "del_ch"; - callPopup( - "

Delete the character?

Your chat will be closed." + callPopup(` +

Delete the character?

+ THIS IS PERMANENT!

+ THIS WILL ALSO DELETE ALL
+ OF THE CHARACTER'S CHAT FILES.

` ); });