Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from BenShelton/develop
Browse files Browse the repository at this point in the history
Fix Export
  • Loading branch information
BenShelton authored Nov 24, 2019
2 parents f309c63 + 1452876 commit 0d6ae3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/Export.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default Vue.extend({
{ text: 'December', value: '12' }
] as IMonth[],
year: new Date().getFullYear().toString(),
years: ['2019'],
years: ['2019', '2020'],
pdf: null as TCreatedPdf | null,
showPreview: false,
generationError: false
Expand Down
10 changes: 8 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,15 @@ export default Vue.extend({
{
version: '1.1.3',
date: '20 Nov 2019',
summary: 'Scraper Fix for 2020',
summary: '2020 Fixes',
updates: [
{ title: 'Fixes', items: ['Week downloader/scraper now adapted to work with site changes for 2020'] }
{
title: 'Fixes',
items: [
'Week downloader/scraper now adapted to work with site changes for 2020',
'Export now available for 2020'
]
}
]
},
{
Expand Down

0 comments on commit 0d6ae3f

Please sign in to comment.