From 024eafaf32a32e9d080da67675f9168038c6448b Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 24 Jan 2019 16:26:15 +0100 Subject: [PATCH] Hide oodoc and ooslide in the apps list --- www/common/application_config_internal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index c6d751b37..e5d36a518 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -11,8 +11,8 @@ define(function() { * redirected to the drive. * You should never remove the drive from this list. */ - config.availablePadTypes = ['drive', 'pad', 'code', 'slide', 'poll', 'kanban', 'whiteboard', - 'oodoc', 'ooslide', 'oocell', 'file', 'todo', 'contacts']; + config.availablePadTypes = ['drive', 'pad', 'oocell', 'code', 'slide', 'poll', 'kanban', 'whiteboard', + /*'oodoc', 'ooslide',*/ 'file', 'todo', 'contacts']; /* The registered only types are apps restricted to registered users. * You should never remove apps from this list unless you know what you're doing. The apps * listed here by default can't work without a user account.