Skip to content

Commit 6263986

Browse files
committed
refactor: 减少一次网络请求
1 parent 1b0dbaa commit 6263986

File tree

1 file changed

+0
-1
lines changed
  • src/BootstrapBlazor/wwwroot/modules

1 file changed

+0
-1
lines changed

src/BootstrapBlazor/wwwroot/modules/net.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function init(id, options) {
2424
const el = document.getElementById(indicator);
2525
if (el) {
2626
el.classList.remove('offline');
27-
resetState();
2827
}
2928
});
3029
}

0 commit comments

Comments
 (0)