- Add a dispatcher web view and layout switching - Route group role updates and dispatcher hydration through the UI bridge - Refresh top bar and hide map/side panel outside operations mode
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
window.CADBottombar = window.CADBottombar || {
|
|
init() {
|
|
return true;
|
|
},
|
|
};
|
|
|
|
window.CADBottombar.init();
|