mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
☠ better character deletion warning ☠
This commit is contained in:
@ -5412,8 +5412,11 @@ $(document).ready(function () {
|
||||
|
||||
$("#delete_button").click(function () {
|
||||
popup_type = "del_ch";
|
||||
callPopup(
|
||||
"<h3>Delete the character?</h3>Your chat will be closed."
|
||||
callPopup(`
|
||||
<h3>Delete the character?</h3>
|
||||
<b>THIS IS PERMANENT!<br><br>
|
||||
THIS WILL ALSO DELETE ALL<br>
|
||||
OF THE CHARACTER'S CHAT FILES.<br><br></b>`
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user