From b4df711d37046a49d34614e6719feeec3a8678a9 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 21 Sep 2022 02:23:19 +0200 Subject: [PATCH] Fix typo --- UI/BigComponents/PdfExportGui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/BigComponents/PdfExportGui.ts b/UI/BigComponents/PdfExportGui.ts index ee55f259c..67440f499 100644 --- a/UI/BigComponents/PdfExportGui.ts +++ b/UI/BigComponents/PdfExportGui.ts @@ -125,7 +125,7 @@ class SelectTemplate extends Combine implements FlowStep<{ title: string, pages: } let path = window.location.pathname path = path.substring(0, path.lastIndexOf("/")) - return window.location.protocol + "//" + window.location.host + path + + "/" + spec + return window.location.protocol + "//" + window.location.host + path + "/" + spec } }