We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0dbaa commit 6263986Copy full SHA for 6263986
src/BootstrapBlazor/wwwroot/modules/net.js
@@ -24,7 +24,6 @@ export function init(id, options) {
24
const el = document.getElementById(indicator);
25
if (el) {
26
el.classList.remove('offline');
27
- resetState();
28
}
29
});
30
0 commit comments