Browse Source

ignore response timeouts

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
0f7c6a3c13
  1. 3
      pyweb/mumble/media/js/channelviewer.js

3
pyweb/mumble/media/js/channelviewer.js

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

Loading…
Cancel
Save