From 60aaea6ae05825c9dd5c5993ec56cbea225296c0 Mon Sep 17 00:00:00 2001 From: stingl Date: Mon, 30 Aug 2021 16:33:22 +0200 Subject: [PATCH] fix broken links --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index c27d722..52a6a19 100644 --- a/js/app.js +++ b/js/app.js @@ -308,7 +308,7 @@ const TimeTrack = { }, 50) }, getPortalLink (test = false) { - return 'https://' + this.portal + (test ? '-test' : '') + '.vemap.com'; + return 'https://' + this.portal.replace('_', '-') + (test ? '-test' : '') + '.vemap.com'; }, collectDataForDay() { let collection = [];