From 5fffd877e321c2ec8d7e37401a0d73cb1dc1d4f1 Mon Sep 17 00:00:00 2001 From: Ryan Ramage Date: Mon, 29 Jul 2013 14:54:03 -0600 Subject: [PATCH] Dont hide any location from the choices --- lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui.js b/lib/ui.js index a0b56f1..ada655e 100644 --- a/lib/ui.js +++ b/lib/ui.js @@ -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';