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

Unified Diff: remoting/webapp/me2mom/remoting.js

Issue 7277088: Fix issues in IT2Me webapp caused by r91658. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« no previous file with comments | « remoting/webapp/me2mom/choice.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/remoting.js
diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js
index 0508374a31dd4ec924d5fe12cb5d3da8068323cc..83e8ec29082c7c516f4aaf5fc13525d049187f72 100644
--- a/remoting/webapp/me2mom/remoting.js
+++ b/remoting/webapp/me2mom/remoting.js
@@ -239,8 +239,8 @@ function setClientMode(mode) {
}
function showWaiting_() {
- showElement(document.getElementById('client-footer'), false);
- showElement(document.getElementById('host-footer'), false);
+ showElement(document.getElementById('client-footer-text'), false);
+ showElement(document.getElementById('host-footer-text'), false);
showElement(document.getElementById('waiting-footer'), true);
document.getElementById('cancel-button').disabled = false;
}
« no previous file with comments | « remoting/webapp/me2mom/choice.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698