remove hardcoded supportLanguage config value

pull/1/head
ansuz 5 years ago
parent e763f8792a
commit 3fa7a09b68

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

Loading…
Cancel
Save