diff --git a/client/src/lib/Apps/GBAEmulator/GBAEmulator.svelte b/client/src/lib/Apps/GBAEmulator/GBAEmulator.svelte index c6362de..3d3ee32 100644 --- a/client/src/lib/Apps/GBAEmulator/GBAEmulator.svelte +++ b/client/src/lib/Apps/GBAEmulator/GBAEmulator.svelte @@ -1,18 +1,25 @@ @@ -21,6 +28,5 @@ src="/static/external-apps/gba-emulator/index.html" class="w-full h-screen rounded-xl" frameborder="0" - on:error={handleError} /> diff --git a/client/src/lib/Apps/JSDoom/JSDoom.svelte b/client/src/lib/Apps/JSDoom/JSDoom.svelte index 05a53f6..49622c0 100644 --- a/client/src/lib/Apps/JSDoom/JSDoom.svelte +++ b/client/src/lib/Apps/JSDoom/JSDoom.svelte @@ -1,18 +1,25 @@ @@ -21,6 +28,5 @@ src="/static/external-apps/jsdoom/index.html" class="w-full h-screen rounded-xl" frameborder="0" - on:error={handleError} />