Merge pull request #391 from drgnfr6/dev

Fix NovelAI refresh on first load.
This commit is contained in:
Cohee
2023-05-29 10:25:58 +03:00
committed by GitHub

View File

@ -6535,6 +6535,8 @@ $(document).ready(function () {
$("#api_button_novel").css("display", "none");
is_get_status_novel = true;
is_api_button_press_novel = true;
// Check near immediately rather than waiting for up to 90s
setTimeout(getStatusNovel, 10);
});
//**************************CHARACTER IMPORT EXPORT*************************//