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