Commit 926ddd19 authored by Oleg Korshul's avatar Oleg Korshul

asc_onPluginClose: add params

parent 1de96803
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
if (true) if (true)
{ {
this.api.sendEvent("asc_onPluginClose"); this.api.sendEvent("asc_onPluginClose", this.current, this.currentVariation);
var _div = document.getElementById("plugin_iframe"); var _div = document.getElementById("plugin_iframe");
if (_div) if (_div)
_div.parentNode.removeChild(_div); _div.parentNode.removeChild(_div);
......
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