Browse Source

fix portallink

modals-to-spa
stingl 4 years ago
parent
commit
240f12bf1c
  1. 2
      js/app.js

2
js/app.js

@ -320,7 +320,7 @@ const TimeTrack = { @@ -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 = [];