Merge pull request #389 from drgnfr6/Fix-NovelAI-refresh-on-first-load

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

View File

@@ -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 () {