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

Unified Diff: chrome/browser/sync/resources/gaia_login.js

Issue 6865030: Sync: Refresh the UI to match Alex's mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style cleanups. Created 9 years, 8 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 | « chrome/browser/sync/resources/gaia_login.html ('k') | chrome/browser/sync/sync_setup_wizard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/gaia_login.js
diff --git a/chrome/browser/sync/resources/gaia_login.js b/chrome/browser/sync/resources/gaia_login.js
index 5b765b3eefeffde4b85eb9d554ea115dab9cc5bf..f19dd297f598a128ceebbeb283e667691062ed5f 100644
--- a/chrome/browser/sync/resources/gaia_login.js
+++ b/chrome/browser/sync/resources/gaia_login.js
@@ -141,8 +141,8 @@ function load() {
if (googleIsAtEndOfSentence == ltr) {
// We're in ltr and in the translation the word 'Google' is AFTER the
// word 'Account' OR we're in rtl and 'Google' is BEFORE 'Account'.
- var logo_td = document.getElementById('gaia-logo');
- logo_td.parentNode.appendChild(logo_td);
+ var logo_div = document.getElementById('gaia-logo');
+ logo_div.parentNode.appendChild(logo_div);
}
acct_text.textContent = translated_text.replace('Google','');
}
« no previous file with comments | « chrome/browser/sync/resources/gaia_login.html ('k') | chrome/browser/sync/sync_setup_wizard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698