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

Unified Diff: chrome/browser/resources/print_preview/header_footer_settings.js

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing unneeded css rules. Created 9 years, 2 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/print_preview/header_footer_settings.js
diff --git a/chrome/browser/resources/print_preview/header_footer_settings.js b/chrome/browser/resources/print_preview/header_footer_settings.js
index 7b93f1687b54a95c73a300b3f98f6c37552f1c95..993fe839d780c8a4d48cbd6cc3b12537fbb41605 100644
--- a/chrome/browser/resources/print_preview/header_footer_settings.js
+++ b/chrome/browser/resources/print_preview/header_footer_settings.js
@@ -60,7 +60,7 @@ cr.define('print_preview', function() {
*/
onPDFLoaded_: function() {
if (!previewModifiable) {
- fadeOutElement(this.headerFooterOption_);
+ fadeOutOption(this.headerFooterOption_);
this.headerFooterCheckbox_.checked = false;
}
},

Powered by Google App Engine
This is Rietveld 408576698