[DE mobile] Api parameter customization.plugins: don't load plugins when false
This commit is contained in:
parent
c9d810dc03
commit
1b915e7155
|
@ -82,7 +82,8 @@ define([
|
||||||
|
|
||||||
setMode: function(mode) {
|
setMode: function(mode) {
|
||||||
this.appConfig = mode;
|
this.appConfig = mode;
|
||||||
this.loadPlugins();
|
if (!this.appConfig.customization || (this.appConfig.customization.plugins!==false))
|
||||||
|
this.loadPlugins();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue