Skip to content

Commit

Permalink
Fix history options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Sep 14, 2015
1 parent b51294e commit 222d780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/app/app-analysis.js
Expand Up @@ -169,7 +169,7 @@ define(['utils/utils', 'mvc/tools', 'mvc/upload/upload-view', 'mvc/ui/ui-misc',

// build history options menu
Galaxy.historyOptionsMenu = optionsMenu( buttonOptions.$el, {
anonymous : Galaxy.user.id && 'true' || 'false',
anonymous : !Galaxy.user.id,
purgeAllowed : Galaxy.config.allow_user_dataset_purge && 'true' || 'false',
root : Galaxy.root
});
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/app/app-analysis.js.map

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

2 changes: 1 addition & 1 deletion static/scripts/mvc/app/app-analysis.js

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

0 comments on commit 222d780

Please sign in to comment.