Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: remoting/webapp/event_handlers.js

Issue 12258030: Reload the web-app if an IT2Me connection fails. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« remoting/webapp/client_screen.js ('K') | « remoting/webapp/client_screen.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/event_handlers.js
diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js
index 5dfc368e416f1e0152e1694a794d7b12a040751e..90f33fead616881fa34d2457249c0607cc386167 100644
--- a/remoting/webapp/event_handlers.js
+++ b/remoting/webapp/event_handlers.js
@@ -63,8 +63,7 @@ function onLoad() {
{ event: 'click', id: 'cancel-share-button', fn: remoting.cancelShare },
{ event: 'click', id: 'stop-sharing-button', fn: remoting.cancelShare },
{ event: 'click', id: 'host-finished-button', fn: restartWebapp },
- { event: 'click', id: 'client-finished-it2me-button',
- fn: goFinishedIT2Me },
+ { event: 'click', id: 'client-finished-it2me-button', fn: restartWebapp },
{ event: 'click', id: 'client-finished-me2me-button', fn: restartWebapp },
{ event: 'click', id: 'cancel-pin-entry-button', fn: restartWebapp },
{ event: 'click', id: 'client-reconnect-button', fn: reload },
« remoting/webapp/client_screen.js ('K') | « remoting/webapp/client_screen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698