Commit 5f6ee174 authored by fukino's avatar fukino Committed by Commit bot

Files.app: Hide loading indicator on launch.

BUG=475377
TEST=manually

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

Cr-Commit-Position: refs/heads/master@{#324397}
parent 9833ab4d
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
<div class="detail-table" id="detail-table" tabindex="1" autofocus> <div class="detail-table" id="detail-table" tabindex="1" autofocus>
</div> </div>
<grid class="thumbnail-grid" tabindex="2"></grid> <grid class="thumbnail-grid" tabindex="2"></grid>
<paper-progress class="loading-indicator" indeterminate></paper-progress> <paper-progress class="loading-indicator" indeterminate hidden></paper-progress>
<div class="drive-welcome page"></div> <div class="drive-welcome page"></div>
<div id="no-search-results"></div> <div id="no-search-results"></div>
</div> </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