mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 00:50:11 +01:00
Remove extra linebreak
This commit is contained in:
parent
1c6c9efba1
commit
f73986d23f
@ -9306,7 +9306,7 @@ jQuery(async function () {
|
||||
<label for="del_char_checkbox" class="checkbox_label justifyCenter">
|
||||
<input type="checkbox" id="del_char_checkbox" />
|
||||
<small>Also delete the chat files</small>
|
||||
</label><br></b>`, {
|
||||
</label></b>`, {
|
||||
onClose: () => deleteChats = !!$('#del_char_checkbox').prop('checked'),
|
||||
});
|
||||
if (!confirm) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user