mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
resolve skill issue for WI entry mass open/close
This commit is contained in:
@ -7320,10 +7320,10 @@ $(document).ready(function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('click', '#OpenAllWIEntries', function () {
|
$(document).on('click', '#OpenAllWIEntries', function () {
|
||||||
$("#world_popup_entries_list").children().find('.up').click()
|
$("#world_popup_entries_list").children().find('.down').click()
|
||||||
});
|
});
|
||||||
$(document).on('click', '#CloseAllWIEntries', function () {
|
$(document).on('click', '#CloseAllWIEntries', function () {
|
||||||
$("#world_popup_entries_list").children().find('.down').click()
|
$("#world_popup_entries_list").children().find('.up').click()
|
||||||
});
|
});
|
||||||
$(document).on('click', '.open_alternate_greetings', openAlternateGreetings);
|
$(document).on('click', '.open_alternate_greetings', openAlternateGreetings);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user