Commit a1941587 authored by Oleg Korshul's avatar Oleg Korshul

plugins "command" message

parent 14ea6dca
......@@ -305,7 +305,7 @@
window.g_asc_plugins.init();
return;
}
else if ("close" == name)
else if ("close" == name || "command" == name)
{
if (window.g_asc_plugins.closeAttackTimer != -1)
{
......@@ -353,7 +353,8 @@
}
}
window.g_asc_plugins.close();
if ("close" == name)
window.g_asc_plugins.close();
}
}
}
......
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