Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

- Forms app mobile improvements
- Updated eslintrc and linted code.
- Added redirect to dashboard error page if response from api has a response.error.code and it's not 200.
- Removed hardcoded version validation

Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"edpub-data-upload-utility": "file:../earthdata-pub-upload",
"js-logger": "^1.6.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.1",
"vue": "^2.6.14",
"vue-fixed-header": "^3.2.15",
"vue-router": "^3.5.3",
Expand Down
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<div id="app" role="contentinfo"></div>
<!-- built files will be auto injected -->
</body>
<!-- Add Kayako feedback module -->
<script type="text/javascript" src="https://fbm.earthdata.nasa.gov/for/EDPub/feedback.js"></script>
<script>feedback.init();</script>

<script src="https://cdn.earthdata.nasa.gov/tophat2/tophat2.js" id="earthdata-tophat-script" data-show-fbm="true" data-show-status="true" data-width="1145"></script>
<!-- Google Tag Manager (noscript) -->
<!--<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WNP7MLF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>-->
Expand Down
Loading