Add an example in application_config.js (#458)
This commit is contained in:
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…
x
Reference in New Issue
Block a user