Skip to content

Commit

Permalink
Merge pull request #1711 from geoadmin/dev_waiting
Browse files Browse the repository at this point in the history
Hide loader behind offline message
  • Loading branch information
gjn committed Oct 1, 2014
2 parents 83589ca + b44c07a commit cb43fea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/index.mako.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
</div>
</form>
% endif
<div class="alert alert-danger" translate>offline_sorry</div>
## css animation doesnt work on pseudo element, let use this instead
<i id="loader" class="icon-spin icon-refresh"></i>
<div class="alert alert-danger" translate>offline_sorry</div>
</div> <!-- #header -->

<div tabindex="1" ga-map ga-map-map="map">
Expand Down Expand Up @@ -554,9 +556,6 @@ <h3 class="popover-title">
</div>
</div>

## css animation doesnt work on pseudo element, let use this instead
<i id="loader" class="icon-spin icon-refresh"></i>

% if mode == 'prod':
<script src="${versionslashed}lib/build.js"></script>
<!-- For <= IE9, we load it explicitely as XDomain does not support
Expand Down

0 comments on commit cb43fea

Please sign in to comment.