diff --git a/app/index.html b/app/index.html index c8f3d76..f2ad356 100644 --- a/app/index.html +++ b/app/index.html @@ -109,9 +109,10 @@ const app_mode = 'app'; // null, 'default', 'onsite', 'app' let client_account_id = app_config.account_id; console.log(client_account_id); let event_id = app_config.event_id; +let event_device_id = app_config.event_device_id; let event_location_id = app_config.event_location_id; -const page_for = { 'event': event_id, 'event_location': event_location_id }; // Simple key value like object +const page_for = { 'event': event_id, 'event_device': event_device_id, 'event_location': event_location_id }; // Simple key value like object console.log(page_for); const host_file_cache_path = app_config.host_file_cache_path; // 'file_cache/' diff --git a/config.json b/config.json index 87e917c..27e4430 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "account_id": "_XY7DXtc9MY", - "device_id": "dbgMWS3KEHE", "event_id": "pjrcghqwert", + "event_device_id": "dbgMWS3KEHE", "event_location_id": null, "event_session_id": null, "event_presentation_id": null,