|
@ -243,6 +243,9 @@ Ext.extend( Ext.ux.MumbleChannelViewer, Ext.tree.TreePanel, { |
|
|
this.setRootNode( root ); |
|
|
this.setRootNode( root ); |
|
|
}, |
|
|
}, |
|
|
failure: function( resp, opt ){ |
|
|
failure: function( resp, opt ){ |
|
|
|
|
|
if( resp.isTimeout === true ) |
|
|
|
|
|
// Ignore, happens from time to time
|
|
|
|
|
|
return; |
|
|
if( this.refreshInterval > 0 ) |
|
|
if( this.refreshInterval > 0 ) |
|
|
this.cbAutoRefresh.setValue(false); |
|
|
this.cbAutoRefresh.setValue(false); |
|
|
Ext.Msg.show({ |
|
|
Ext.Msg.show({ |
|
|