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