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

Unified Diff: chrome/browser/resources/options2/advanced_options.js

Issue 9316086: Fix JavaScript errors in options2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new violations found after rebase Created 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/autofill_edit_address_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/advanced_options.js
diff --git a/chrome/browser/resources/options2/advanced_options.js b/chrome/browser/resources/options2/advanced_options.js
index 3a8f904151cfde3c050d22da053e1c388e6455ee..deb7a230e3d8f9cd2cc2fb0a8c1836060f38e8b1 100644
--- a/chrome/browser/resources/options2/advanced_options.js
+++ b/chrome/browser/resources/options2/advanced_options.js
@@ -279,7 +279,7 @@ cr.define('options', function() {
if (!$('Custom')) {
var option = new Option(localStrings.getString('fontSizeLabelCustom'),
-1, false, true);
- option.setAttribute("id", "Custom");
+ option.setAttribute('id', 'Custom');
selectCtl.add(option);
}
$('Custom').selected = true;
« no previous file with comments | « no previous file | chrome/browser/resources/options2/autofill_edit_address_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698