Skip to content

Commit 4d98719

Browse files
committed
fix: offline banner not hidden when going online
1 parent e52df88 commit 4d98719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/states/connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const throttledHandleState = debounce(5000, () => {
3636
customTitle: "Connection",
3737
});
3838
$(
39-
`#bannerCenter .banner[id="${noInternetBannerId}"] .closeButton`
39+
`#bannerCenter .psa.notice[id="${noInternetBannerId}"] .closeButton`
4040
).trigger("click");
4141
}
4242
bannerAlreadyClosed = false;

0 commit comments

Comments
 (0)