diff --git a/js/app.js b/js/app.js index acc3365..372d48d 100644 --- a/js/app.js +++ b/js/app.js @@ -320,7 +320,7 @@ const TimeTrack = { }, 50) }, getPortalLink (test = false) { - return 'https://' + this.portal.replace('_', '-').replace('-test', '') + (test ? '-test' : '') + '.vemap.com'; + return 'https://' + this.portal.replace('_', '-').replace('_test', '') + (test ? '-test' : '') + '.vemap.com'; }, collectDataForDay() { let collection = [];