Skip to content

Commit

Permalink
Turn off the "My Portals" page on the DataONE theme
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Dec 13, 2019
1 parent 1c6d63c commit b08470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/themes/dataone/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ define(['jquery', 'underscore', 'backbone'],
* Set to false to hide the display of "My Portals", which shows the user's current portals
* @type {boolean}
*/
showMyPortals: true,
showMyPortals: false,
/**
* The user-facing term for portals in lower-case and in singular form.
* e.g. "portal"
Expand Down

0 comments on commit b08470b

Please sign in to comment.