summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/event_handlers.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/event_handlers.js')
-rw-r--r--remoting/webapp/event_handlers.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js
index 90f33fe..ff132ef 100644
--- a/remoting/webapp/event_handlers.js
+++ b/remoting/webapp/event_handlers.js
@@ -87,12 +87,6 @@ function onLoad() {
fn: function() { remoting.setMode(remoting.AppMode.HOME); } },
{ event: 'click', id: 'host-config-error-dismiss',
fn: function() { remoting.setMode(remoting.AppMode.HOME); } },
- { event: 'click', id: 'host-config-install-continue',
- fn: function() { remoting.hostSetupDialog.onInstallDialogOk(); } },
- { event: 'click', id: 'host-config-install-dismiss',
- fn: function() { remoting.hostSetupDialog.hide(); } },
- { event: 'click', id: 'host-config-install-retry', fn: function() {
- remoting.hostSetupDialog.onInstallDialogRetry(); } },
{ event: 'click', id: 'token-refresh-error-ok',
fn: function() { remoting.setMode(remoting.AppMode.HOME); } },
{ event: 'click', id: 'token-refresh-error-sign-in', fn: doAuthRedirect }