Add an example in application_config.js (#458)
parent
6b1e394170
commit
f39266b7c3
|
@ -6,5 +6,8 @@
|
|||
but you should not change it directly (/common/application_config_internal.js)
|
||||
*/
|
||||
define(['/common/application_config_internal.js'], function (AppConfig) {
|
||||
// Example: If you want to remove the survey link in the menu:
|
||||
// AppConfig.surveyURL = "";
|
||||
|
||||
return AppConfig;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue