remove hardcoded supportLanguage config value

This commit is contained in:
ansuz 2020-06-09 13:42:41 -04:00
parent e763f8792a
commit 3fa7a09b68
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ define(['/common/application_config_internal.js'], function (AppConfig) {
// Example: If you want to remove the survey link in the menu:
// AppConfig.surveyURL = "";
AppConfig.supportLanguages = [ 'en', 'fr' ]; // XXX
// To inform users of the support ticket panel which languages your admins speak:
//AppConfig.supportLanguages = [ 'en', 'fr' ];
return AppConfig;
});