Merge branch 'Fix-NovelAI-refresh-on-first-load' into dev

This commit is contained in:
drgnfr6
2023-05-28 23:38:34 -05:00

View File

@ -6530,6 +6530,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*************************//