Skip to content

Commit

Permalink
Merge pull request #431 from datavisyn/ochampari/hide_session_managme…
Browse files Browse the repository at this point in the history
…nt_option

Set missing default value for `showProvenanceMenu` (amendment for PR #428)
  • Loading branch information
oltionchampari authored Oct 1, 2020
2 parents 6e6c47e + 8ca03ab commit 2b9c53b
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 2b9c53b

Please sign in to comment.