Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Dont hide any location from the choices
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed Jul 29, 2013
1 parent 74cb6bb commit 5fffd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ exports.showInstallChoices = function(req) {
dash.primary = true;
default_url = dash.url;
}
else dash.advanced = true;
//else dash.advanced = true;

if (provider) {
dash.type = 'Hosted';
Expand Down

0 comments on commit 5fffd87

Please sign in to comment.