2026-03-08 22:14:19 -04:00
|
|
|
// Maintainer-controlled web client version metadata.
|
|
|
|
|
window.CHGRID_RELEASE_VERSION = "0.1.0";
|
2026-03-08 22:24:32 -04:00
|
|
|
window.CHGRID_BUILD_REVISION = "R342";
|
2026-03-08 22:14:19 -04:00
|
|
|
window.CHGRID_WEB_VERSION = `${window.CHGRID_RELEASE_VERSION} ${window.CHGRID_BUILD_REVISION}`;
|
2026-02-21 02:52:01 -05:00
|
|
|
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
|
|
|
|
|
window.CHGRID_TIME_ZONE = "America/Detroit";
|