Index: remoting/webapp/event_handlers.js |
diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js |
index c4b5ce9c3e8125e08d20daec54ff82d6a4805f50..5ce82c9c7824976caf2d97aea69b2164dbe5496c 100644 |
--- a/remoting/webapp/event_handlers.js |
+++ b/remoting/webapp/event_handlers.js |
@@ -54,6 +54,8 @@ function onLoad() { |
{ event: 'click', id: 'client-reconnect-button', fn: reload }, |
{ event: 'click', id: 'cancel-button', |
fn: remoting.cancelPendingOperation }, |
+ { event: 'click', id: 'toolbar-stub', |
+ fn: function() { remoting.toolbar.toggle(); } }, |
{ event: 'submit', id: 'access-code-form', fn: sendAccessCode }, |
{ event: 'submit', id: 'pin-form', fn: connectHostWithPin } |
]; |