From 4a916c6c481ce569d571440364cf6a8195eef239 Mon Sep 17 00:00:00 2001 From: Jinhwan Kim Date: Sun, 14 Jan 2024 17:19:13 +0900 Subject: [PATCH] Update loading.html --- src/loading.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/loading.html b/src/loading.html index 5c17966..2b19dce 100644 --- a/src/loading.html +++ b/src/loading.html @@ -1,4 +1,5 @@ + @@ -27,14 +28,7 @@ let el = document.getElementById('status') el.innerHTML = `

It takes longer than expected. Please wait a little more.

`; } - }) - electron.ipcRenderer.on('failed', (event, _) => { - let el = document.getElementById('status') - el.innerHTML = `

Failure

-

We could not start the shiny application. Please report this issue to the developers of this application.

`; - document.getElementById('loading-spinner').innerHTML = '' - failed = true; - }) + })