Commit 8cec8720 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

[DE] Changed path to plugins config.

parent 05d813e9
......@@ -864,7 +864,7 @@ define([
pluginsController.setApi(me.api);
me.updatePlugins(me.plugins, false);
me.requestPlugins('../../../../sdkjs-plugins/config.json');
me.requestPlugins('../../../../plugins.json');
me.api.asc_registerCallback('asc_onPluginsInit', _.bind(me.updatePluginsList, me));
documentHolderController.setApi(me.api);
......@@ -2130,4 +2130,4 @@ define([
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.'
}
})(), DE.Controllers.Main || {}))
});
\ No newline at end of file
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment