Commit 1f063969d3cf1570d735a7a28008aa64e500f593

Authored by Nathanael Jourdane
1 parent 0de2b2fd

fix granules scrollbar

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
js/app/views/EpnTapUI.js
... ... @@ -166,8 +166,6 @@ Ext.create('Ext.data.Store', {
166 166 },
167 167 listeners: {
168 168 'beforeprefetch': function(store, operation) {
169   - Ext.Ajax.suspendEvent('requestexception');
170   - Ext.Ajax.abortAll();
171 169 var service = Ext.data.StoreManager.lookup('servicesStore').getById(store.selectedService).data;
172 170 store.getProxy().extraParams = {
173 171 'action': 'getGranules',
... ...