diff --git a/control/frontend/src/lib/ts/api_handler.ts b/control/frontend/src/lib/ts/api_handler.ts index f0b0ee9..a0b7f50 100755 --- a/control/frontend/src/lib/ts/api_handler.ts +++ b/control/frontend/src/lib/ts/api_handler.ts @@ -156,7 +156,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);