Commit c00cf03b authored by alekseys's avatar alekseys Committed by Commit bot

Remove debug condition.

BUG=414159

Review URL: https://codereview.chromium.org/585573002

Cr-Commit-Position: refs/heads/master@{#295520}
parent ee4fc3e3
......@@ -48,7 +48,7 @@ function fadeInElement(el, opt_justShow) {
el.setAttribute('aria-hidden', 'false');
el.style.height = 'auto';
var height = el.offsetHeight;
if (opt_justShow && false) {
if (opt_justShow) {
el.style.height = '';
el.style.opacity = '';
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment