Commit b4f0a35e44e12d6932d281388e340fef4d6d9beb
1 parent
415856ca
Exists in
master
and in
111 other branches
bugfix amda tree mission contextual menu opens the correct tab
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
js/app/controllers/InteropModule.js
... | ... | @@ -431,8 +431,6 @@ Ext.define('amdaDesktop.InteropModule', { |
431 | 431 | var win = desktop.getWindow(this.id); |
432 | 432 | var activeTab = (config && 'activeTab' in config) ? config['activeTab']: 1; |
433 | 433 | |
434 | - activeTab = 1; | |
435 | - | |
436 | 434 | if(!win) |
437 | 435 | { |
438 | 436 | win = desktop.createWindow({ | ... | ... |