mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix sprite deletion 'no' option
This commit is contained in:
@ -1904,7 +1904,7 @@ async function onClickExpressionDelete(event) {
|
|||||||
|
|
||||||
const confirmation = await Popup.show.confirm(t`Delete Expression`, t`Are you sure you want to delete this expression? Once deleted, it\'s gone forever!`
|
const confirmation = await Popup.show.confirm(t`Delete Expression`, t`Are you sure you want to delete this expression? Once deleted, it\'s gone forever!`
|
||||||
+ '<br /><br />'
|
+ '<br /><br />'
|
||||||
+ t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename')) + '</tt>';
|
+ t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename') + '</tt>');
|
||||||
if (!confirmation) {
|
if (!confirmation) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user