Commit 746622ad authored by Oleg Korshul's avatar Oleg Korshul

run other variation bug (closed current variation & no run)

parent 804d7a42
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
var isSystem = this.pluginsMap[guid].isSystem; var isSystem = this.pluginsMap[guid].isSystem;
var isRunned = (this.runnedPluginsMap[guid] !== undefined) ? true : false; var isRunned = (this.runnedPluginsMap[guid] !== undefined) ? true : false;
if (isRunned) if (isRunned && ((variation == null) || variation == this.runnedPluginsMap[guid].currentVariation))
{ {
// запуск запущенного => закрытие // запуск запущенного => закрытие
this.close(guid); this.close(guid);
......
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