Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/crash-banner.ts
1496 views
1
import $ from "jquery";
2
3
export function init() {
4
// @ts-ignore
5
$("#cocalc-react-crash").processIcons?.();
6
}
7
8