mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-12 18:11:07 +02:00
add import_tags
in list of more opt
This commit is contained in:
parent
f1a57d76a2
commit
796cc3c60c
@ -4493,6 +4493,9 @@
|
|||||||
<option id="replace_update" data-i18n="Replace / Update">
|
<option id="replace_update" data-i18n="Replace / Update">
|
||||||
Replace / Update
|
Replace / Update
|
||||||
</option>
|
</option>
|
||||||
|
<option id="import_tags" data-i18n="Import Tags">
|
||||||
|
Import Tags
|
||||||
|
</option>
|
||||||
<!--<option id="dupe_button">
|
<!--<option id="dupe_button">
|
||||||
Duplicate
|
Duplicate
|
||||||
</option>
|
</option>
|
||||||
|
@ -10294,6 +10294,9 @@ jQuery(async function () {
|
|||||||
$('#character_replace_file').off('change').on('change', uploadReplacementCard).trigger('click');
|
$('#character_replace_file').off('change').on('change', uploadReplacementCard).trigger('click');
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
case 'import_tags':{
|
||||||
|
await importTags(characters[this_chid]);
|
||||||
|
} break;
|
||||||
/*case 'delete_button':
|
/*case 'delete_button':
|
||||||
popup_type = "del_ch";
|
popup_type = "del_ch";
|
||||||
callPopup(`
|
callPopup(`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user