Skip to content

Commit

Permalink
Merge pull request #180 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
fixes long-standing bug where imagery and cyclomedia buttons mix up functionality
  • Loading branch information
ajrothwell authored Jan 25, 2024
2 parents 0d276be + 9b91861 commit 91f26df
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dev Push to S3
on:
push:
branches:
- remove-redistrict
- fix-buttons

jobs:
build:
Expand Down
102 changes: 64 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lintFix": "vue-cli-service lint --fix"
},
"dependencies": {
"@phila/mapboard": "4.4.24",
"@phila/mapboard": "4.4.25",
"accounting": "^0.4.1",
"vue": "^2.7.10"
},
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ let i18n = {
i18n: {
header: 'i18nBanner',
enabled: true,
banner: true,
selector: false,
topics: [ 'voting' ],
languages: [ 'en-US', 'es' ],
footer: true,
Expand Down

0 comments on commit 91f26df

Please sign in to comment.