Commit 67bd47239b8b0743bca324148fb2c07dcdd2f7ef
1 parent
053ffdb4
Exists in
master
and in
111 other branches
Update target from amdatree when epntap window is already open.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
js/app/controllers/InteropModule.js
... | ... | @@ -476,7 +476,9 @@ Ext.define('amdaDesktop.InteropModule', { |
476 | 476 | } |
477 | 477 | ] |
478 | 478 | }); |
479 | - } | |
479 | + } else if(activeTab == 2) { | |
480 | + me.loadEpnTap(config && 'epntapFilter' in config ? config['epntapFilter']: false); | |
481 | + } | |
480 | 482 | |
481 | 483 | if (me.samp && me.samp.ready) |
482 | 484 | this.updateStatus(); | ... | ... |