Skip to content

Commit

Permalink
Revert "Revert "chore: disable test features before release""
Browse files Browse the repository at this point in the history
This reverts commit d2cdce5.
  • Loading branch information
vesameskanen committed May 24, 2023
1 parent de9c42f commit 69eb817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
// Navbar logo
logo: 'hsl/reittiopas-logo.svg',

useCookiesPrompt: true,
useCookiesPrompt: false,
copyrightText: '© Copyright HSL',

useRoutingFeedbackPrompt: true,
Expand Down Expand Up @@ -425,9 +425,9 @@ export default {
},

useTicketIcons: true,
ticketPurchaseLink: function purchaseTicketLink(ticket) {
/* ticketPurchaseLink: function purchaseTicketLink(ticket) {
return `https://open.app.hsl.fi/zoneTicketWizard/TICKET_TYPE_SINGLE_TICKET/${ticket}/adult/`;
},
}, */

trafficNowLink: {
fi: 'matkustaminen/liikenne',
Expand Down

0 comments on commit 69eb817

Please sign in to comment.