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