diff --git a/js/views/install_view.js b/js/views/install_view.js index 78e65fefd..0a969d4cb 100644 --- a/js/views/install_view.js +++ b/js/views/install_view.js @@ -71,10 +71,6 @@ reconnect: function() { setTimeout(this.connect.bind(this), 10000); }, - close: function() { - this.remove(); - Whisper.events.trigger('openInbox'); - }, events: function() { return { 'click .error-dialog .ok': 'connect',