Commit acd3b0db authored by smckay's avatar smckay Committed by Commit bot

Ensure import details popup is hidden by default.

BUG=458510
TEST=browser_test: *FileManager*

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

Cr-Commit-Position: refs/heads/master@{#316395}
parent 0b43fed7
......@@ -375,7 +375,7 @@
</button>
</div>
<div id="cloud-import-details" class="hidden">
<div id="cloud-import-details" class="hidden" hidden>
<div class="banner">
<div class="title" i18n-content="CLOUD_IMPORT_TITLE"></div>
<div class="description" i18n-content="CLOUD_IMPORT_DESCRIPTION"></div>
......
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