Skip to content

Commit

Permalink
Update footerVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Feb 8, 2024
1 parent 1a4f9cf commit a356a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/footer/footerVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const version = {
number: '8.1.6',
date: '2023-10-16'
number: '8.2.0-1',
date: '2024-02-08'
}

export default version
6 changes: 3 additions & 3 deletions src/mobile/pages/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ export default Component.extend({
const pages = this.viewModel.interview.pages
const pageName = this.viewModel.currentPage.name
// vm.appState.page

if (pages && pageName) {
const page = pages.find(pageName)

// piwik tracking of learn-more clicks
if (window._paq) {
analytics.trackCustomEvent('Learn-More', 'from: ' + pageName, page.learn)
}

vm.appState.modalContent = {
// name undefined prevents stache warnings
title: page.learn,
Expand Down

0 comments on commit a356a27

Please sign in to comment.