diff --git a/control/frontend/src/ts/api_handler.ts b/control/frontend/src/ts/api_handler.ts index 063f0f1..85c7a5b 100644 --- a/control/frontend/src/ts/api_handler.ts +++ b/control/frontend/src/ts/api_handler.ts @@ -111,7 +111,7 @@ export async function show_blackscreen(ip: string): Promise { method: 'PATCH', headers: { 'content-type': 'application/json' }, body: JSON.stringify({ - html: `
` + html: `` }) }; await request_display(ip, '/showHTML', options);