|
|
|
@ -71,10 +71,6 @@
|
|
|
|
reconnect: function() {
|
|
|
|
reconnect: function() {
|
|
|
|
setTimeout(this.connect.bind(this), 10000);
|
|
|
|
setTimeout(this.connect.bind(this), 10000);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
close: function() {
|
|
|
|
|
|
|
|
this.remove();
|
|
|
|
|
|
|
|
Whisper.events.trigger('openInbox');
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
events: function() {
|
|
|
|
events: function() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
'click .error-dialog .ok': 'connect',
|
|
|
|
'click .error-dialog .ok': 'connect',
|
|
|
|
|