From 0b3d59cfa140578513a1dad12f6c5bba679a687c Mon Sep 17 00:00:00 2001 From: exyi Date: Mon, 5 Oct 2020 19:58:07 +0000 Subject: [PATCH] Fix url for KSP-H --- frontend/src/ksp-task-grabber.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ksp-task-grabber.ts b/frontend/src/ksp-task-grabber.ts index d1891e0..3ea4042 100644 --- a/frontend/src/ksp-task-grabber.ts +++ b/frontend/src/ksp-task-grabber.ts @@ -64,7 +64,7 @@ function getLocation(id: string, solution: boolean): TaskLocation | null { } } else { return { - url: `/ulohy/${rocnik}/${urlX}${serie}.html`, + url: `/h/ulohy/${rocnik}/${urlX}${serie}.html`, startElement: `task-${id}` } }