fix the screen fader not fading properly
This commit is contained in:
parent
584c502600
commit
82559e0e85
|
@ -32,6 +32,7 @@
|
|||
</a>
|
||||
</p>
|
||||
</div>
|
||||
{% block root %} {% endblock %}
|
||||
|
||||
<script src='/script/cursor.min.js' type='application/javascript'></script>
|
||||
<script>
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
{{ section.content | safe }}
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
{% block root %}
|
||||
|
||||
<div class='screen fader'>
|
||||
<p>
|
||||
<img src='/load.gif' width='46px' height='48px' style='margin-bottom:8px' /><br/>
|
||||
|
@ -25,4 +29,4 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock root %}
|
Loading…
Reference in New Issue