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

Unified Diff: chrome/browser/resources/options/search_page.js

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: chrome/browser/resources/options/search_page.js
diff --git a/chrome/browser/resources/options/search_page.js b/chrome/browser/resources/options/search_page.js
index c9fdd5e9f06835dad271608f8dbda6eff5fdf9a3..5ca4c1589eb42dc881af9f47ef8081e1b7923eee 100644
--- a/chrome/browser/resources/options/search_page.js
+++ b/chrome/browser/resources/options/search_page.js
@@ -249,7 +249,7 @@ cr.define('options', function() {
if (active) {
// When search is active, remove the 'hidden' tag. This tag may have
// been added by the OptionsPage.
- page.pageDiv.classList.remove('hidden');
+ page.pageDiv.hidden = false;
}
}

Powered by Google App Engine
This is Rietveld 408576698