Skip to content

Commit

Permalink
Fix purge flag in history options
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Sep 14, 2015
1 parent 222d780 commit 08fef58
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 @@ -170,7 +170,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,
purgeAllowed : Galaxy.config.allow_user_dataset_purge && 'true' || 'false',
purgeAllowed : Galaxy.config.allow_user_dataset_purge,
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 08fef58

Please sign in to comment.