mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix NovelAI refresh on first load.
This commit is contained in:
@ -5683,6 +5683,8 @@ $(document).ready(function () {
|
|||||||
$("#api_button_novel").css("display", "none");
|
$("#api_button_novel").css("display", "none");
|
||||||
is_get_status_novel = true;
|
is_get_status_novel = true;
|
||||||
is_api_button_press_novel = true;
|
is_api_button_press_novel = true;
|
||||||
|
// Check near immediately rather than waiting for up to 90s
|
||||||
|
setTimeout(getStatusNovel, 10);
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#anchor_order").change(function () {
|
$("#anchor_order").change(function () {
|
||||||
|
Reference in New Issue
Block a user