Commit c3a9999de9987ad8f61d7d93cc024c72e1ba2ee8

Authored by Nathanael Jourdane
1 parent b76558dc

do not add listeners on epntap module init

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
js/app/controllers/EpnTapModule.js
... ... @@ -40,7 +40,6 @@ Ext.define('amdaDesktop.EpnTapModule', {
40 40  
41 41 this.aquireElements();
42 42 this.addStoreListeners();
43   - this.addUIListeners();
44 43  
45 44 this.servicesStore.load();
46 45 this.metadataStore.load();
... ...