|
|
@ -922,7 +922,7 @@ MessengerUI, Messages) {
|
|
|
|
var pads_options = [];
|
|
|
|
var pads_options = [];
|
|
|
|
Config.availablePadTypes.forEach(function (p) {
|
|
|
|
Config.availablePadTypes.forEach(function (p) {
|
|
|
|
if (p === 'drive') { return; }
|
|
|
|
if (p === 'drive') { return; }
|
|
|
|
if (p === 'team') { return; }
|
|
|
|
if (p === 'teams') { return; }
|
|
|
|
if (!Common.isLoggedIn() && Config.registeredOnlyTypes &&
|
|
|
|
if (!Common.isLoggedIn() && Config.registeredOnlyTypes &&
|
|
|
|
Config.registeredOnlyTypes.indexOf(p) !== -1) { return; }
|
|
|
|
Config.registeredOnlyTypes.indexOf(p) !== -1) { return; }
|
|
|
|
pads_options.push({
|
|
|
|
pads_options.push({
|
|
|
|