From 119adb3e7b318dcd8330230fbb03b99168a66a6e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 28 Dec 2020 13:07:35 +0100 Subject: [PATCH] web: fix old default URL --- web/src/index.html | 2 +- web/src/interfaces/Interface.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/index.html b/web/src/index.html index 7b2589540..f17fe6b45 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -36,7 +36,7 @@ class="pf-c-page__main" tabindex="-1" id="main-content" - defaultUrl="/library/" + defaultUrl="/library" > diff --git a/web/src/interfaces/Interface.ts b/web/src/interfaces/Interface.ts index 5a65e103f..80ffd5189 100644 --- a/web/src/interfaces/Interface.ts +++ b/web/src/interfaces/Interface.ts @@ -36,7 +36,7 @@ export abstract class Interface extends LitElement {
- +
`;