Feature for alpha users

This commit is contained in:
Giulia Alfonsi 2014-06-13 16:25:53 +01:00
parent 8f2b7a88df
commit 29de5dc3cb

View File

@ -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);
},
};