diff --git a/portal/index.html b/portal/index.html index 908c791..1d467b6 100644 --- a/portal/index.html +++ b/portal/index.html @@ -196,7 +196,7 @@ Open KDS - + diff --git a/portal/portal.js b/portal/portal.js index e53734a..d7d1484 100644 --- a/portal/portal.js +++ b/portal/portal.js @@ -167,6 +167,11 @@ const Portal = { this.navigate(hash); }, + // Open HUD in new window with business ID + openHUD() { + window.open('/hud/index.html?b=' + this.config.businessId, '_blank'); + }, + // Navigate to page navigate(page) { console.log('[Portal] Navigating to:', page);