Added auto-reload after 2 minutes when logged in, to force auto-logout
This commit is contained in:
parent
1173406836
commit
f5bf77fbed
6 changed files with 12 additions and 0 deletions
|
@ -35,5 +35,6 @@
|
|||
</form>
|
||||
|
||||
<script src="/static/js/deposit.js"></script>
|
||||
<script src="/static/js/autoreload.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -32,5 +32,7 @@
|
|||
{% else %}
|
||||
{% translate "No history." %}
|
||||
{% endif %}
|
||||
|
||||
<script src="/static/js/autoreload.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -44,4 +44,6 @@
|
|||
|
||||
{% endif %}
|
||||
|
||||
<script src="/static/js/autoreload.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -97,4 +97,6 @@
|
|||
|
||||
{% endif %}
|
||||
|
||||
<script src="/static/js/autoreload.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -146,4 +146,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<script src="/static/js/autoreload.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue