| Index: trunk/src/remoting/webapp/event_handlers.js
|
| ===================================================================
|
| --- trunk/src/remoting/webapp/event_handlers.js (revision 277837)
|
| +++ trunk/src/remoting/webapp/event_handlers.js (working copy)
|
| @@ -91,7 +91,6 @@
|
| var auth_actions = [
|
| { event: 'click', id: 'auth-button', fn: doAuthRedirect },
|
| { event: 'click', id: 'cancel-connect-button', fn: goHome },
|
| - { event: 'click', id: 'sign-out', fn:remoting.signOut },
|
| { event: 'click', id: 'token-refresh-error-ok', fn: goHome },
|
| { event: 'click', id: 'token-refresh-error-sign-in', fn: doAuthRedirect }
|
| ];
|
|
|