Run first plugin from autostart plugins list.
This commit is contained in:
parent
7fb874128c
commit
6e4ec9e92d
|
@ -1970,6 +1970,7 @@ define([
|
|||
this.api.asc_pluginRun(plugins.autoStartGuid, 0, '');
|
||||
} else if (plugins.autostart && plugins.autostart.length>0) {
|
||||
// run array of plugins
|
||||
this.api.asc_pluginRun(plugins.autostart[0], 0, '');
|
||||
}
|
||||
}
|
||||
if (!uiCustomize) this.getApplication().getController('LeftMenu').enablePlugins();
|
||||
|
|
|
@ -1745,6 +1745,7 @@ define([
|
|||
this.api.asc_pluginRun(plugins.autoStartGuid, 0, '');
|
||||
} else if (plugins.autostart && plugins.autostart.length>0) {
|
||||
// run array of plugins
|
||||
this.api.asc_pluginRun(plugins.autostart[0], 0, '');
|
||||
}
|
||||
}
|
||||
if (!uiCustomize) this.getApplication().getController('LeftMenu').enablePlugins();
|
||||
|
|
|
@ -1924,6 +1924,7 @@ define([
|
|||
this.api.asc_pluginRun(plugins.autoStartGuid, 0, '');
|
||||
} else if (plugins.autostart && plugins.autostart.length>0) {
|
||||
// run array of plugins
|
||||
this.api.asc_pluginRun(plugins.autostart[0], 0, '');
|
||||
}
|
||||
}
|
||||
if (!uiCustomize) this.getApplication().getController('LeftMenu').enablePlugins();
|
||||
|
|
Loading…
Reference in a new issue