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

Unified Diff: chrome/browser/resources/print_preview/margin_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: Updating unittests 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/margin_settings.js
diff --git a/chrome/browser/resources/print_preview/margin_settings.js b/chrome/browser/resources/print_preview/margin_settings.js
index 9678008df8829f1e31705c2f0d1297275f83d3f0..0a704607c300c22758b654f890449e15e45a2eb2 100644
--- a/chrome/browser/resources/print_preview/margin_settings.js
+++ b/chrome/browser/resources/print_preview/margin_settings.js
@@ -615,7 +615,7 @@ cr.define('print_preview', function() {
*/
onPDFLoaded_: function() {
if (!previewModifiable)
- fadeOutElement(this.marginsOption_);
+ fadeOutOption(this.marginsOption_);
}
};
« no previous file with comments | « chrome/browser/resources/print_preview/margin_settings.html ('k') | chrome/browser/resources/print_preview/page_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698