diff --git a/js/app/views/EpnTapUI.js b/js/app/views/EpnTapUI.js index 161f52e..747070f 100644 --- a/js/app/views/EpnTapUI.js +++ b/js/app/views/EpnTapUI.js @@ -166,8 +166,6 @@ Ext.create('Ext.data.Store', { }, listeners: { 'beforeprefetch': function(store, operation) { - Ext.Ajax.suspendEvent('requestexception'); - Ext.Ajax.abortAll(); var service = Ext.data.StoreManager.lookup('servicesStore').getById(store.selectedService).data; store.getProxy().extraParams = { 'action': 'getGranules', -- libgit2 0.21.2