Skip to content

Commit

Permalink
Set missing default value for showProvenanceMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Oct 1, 2020
1 parent c180f39 commit 8ca03ab
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
22 changes: 11 additions & 11 deletions dist/ATDPApplication.d.ts

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

3 changes: 2 additions & 1 deletion dist/ATDPApplication.js

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

2 changes: 1 addition & 1 deletion dist/ATDPApplication.js.map

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

1 change: 1 addition & 0 deletions src/ATDPApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export abstract class ATDPApplication<T> extends ACLUEWrapper {
showHelpLink: false,
showOptionsLink: false,
showReportBugLink: true,
showProvenanceMenu: true,
enableProvenanceUrlTracking: true
};

Expand Down

0 comments on commit 8ca03ab

Please sign in to comment.