Add an example in application_config.js (#458)

pull/1/head
yflory 5 years ago
parent 6b1e394170
commit f39266b7c3

@ -6,5 +6,8 @@
but you should not change it directly (/common/application_config_internal.js) but you should not change it directly (/common/application_config_internal.js)
*/ */
define(['/common/application_config_internal.js'], function (AppConfig) { define(['/common/application_config_internal.js'], function (AppConfig) {
// Example: If you want to remove the survey link in the menu:
// AppConfig.surveyURL = "";
return AppConfig; return AppConfig;
}); });

Loading…
Cancel
Save