Browse Source

Fix url for KSP-H

mj-deploy
Standa Lukeš 4 years ago
parent
commit
0b3d59cfa1
  1. 2
      frontend/src/ksp-task-grabber.ts

2
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}`
}
}