From 29de5dc3cb006ff50cbbb79e58cf4853c80e4243 Mon Sep 17 00:00:00 2001 From: Giulia Alfonsi Date: Fri, 13 Jun 2014 16:25:53 +0100 Subject: [PATCH] Feature for alpha users --- lib/features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features.js b/lib/features.js index 97db9fc3..e9d0026c 100644 --- a/lib/features.js +++ b/lib/features.js @@ -135,7 +135,7 @@ var flags = { // top introduction view with help and features of JS Bin welcomePanel: function (req) { - return team(req); + return alpha(req); }, };