Index: components/dom_distiller/core/javascript/dom_distiller_viewer.js |
diff --git a/components/dom_distiller/core/javascript/dom_distiller_viewer.js b/components/dom_distiller/core/javascript/dom_distiller_viewer.js |
index a00d738d8231758c61be9650a18c4d0386a658d2..2645fc98c8112ee09363b5a6199e887ed500590c 100644 |
--- a/components/dom_distiller/core/javascript/dom_distiller_viewer.js |
+++ b/components/dom_distiller/core/javascript/dom_distiller_viewer.js |
@@ -129,8 +129,7 @@ function showFeedbackForm(questionText, yesText, noText) { |
document.getElementById('feedbackNo').innerText = noText; |
document.getElementById('feedbackQuestion').innerText = questionText; |
- document.getElementById('contentWrap').style.paddingBottom = '120px'; |
- document.getElementById('feedbackContainer').style.display = 'block'; |
+ document.getElementById('feedbackContainer').classList.remove("hidden"); |
csaavedra
2015/08/19 12:43:52
This won't apply, you need to rebase it.
wychen
2015/08/25 23:51:27
Done.
|
} |
/** |