The disconnect handler will remove shinycssloaders page spinner before showing the splash

This commit is contained in:
2026-03-18 10:28:28 +00:00
parent 1381281680
commit 8f9e48b668
3 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ const bannerDisconnectHandler = {
if (!bannerDisconnectHandler._overlayEnabled) {
return;
}
$('#shinycssloaders-global-spinner').hide();
$('#sdo-disconnected-dialog').show();
$('#sdo-overlay').show();
},