diff --git a/src/components/NetHandler.vue b/src/components/NetHandler.vue index b8ffc84..0268e51 100644 --- a/src/components/NetHandler.vue +++ b/src/components/NetHandler.vue @@ -16,7 +16,7 @@ let processingRef: Ref = ref(null) function panic(msg: string) { console.warn(msg) // This should be shown to the user somehow after the location is replaced,, - window.location.replace("../"); + window.location.replace(".."); } async function accepted() {