Add the contacts app in the dropdown menu

This commit is contained in:
yflory
2017-07-18 10:22:51 +02:00
parent 36d792874a
commit baf439648e
6 changed files with 9 additions and 2 deletions

View File

@@ -1398,6 +1398,7 @@ define([
}
AppConfig.availablePadTypes.forEach(function (type) {
if (type === 'drive') { return; }
if (type === 'contacts') { return; }
if (!Cryptpad.isLoggedIn() && AppConfig.registeredOnlyTypes &&
AppConfig.registeredOnlyTypes.indexOf(type) !== -1) {
return;