Commit 9a62ce12 authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Отладка плагинов под изменения в апи.

parent 995391df
......@@ -159,11 +159,11 @@ define([
onDlgBtnClick: function(event) {
var state = event.currentTarget.attributes['result'].value;
window.g_asc_plugins.buttonClick(parseInt(state));
this.api.asc_pluginButtonClick(parseInt(state));
},
onToolClose: function() {
window.g_asc_plugins.buttonClick(-1);
this.api.asc_pluginButtonClick(-1);
}
}, Common.Controllers.Plugins || {}));
......
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