fixed job refresh issues

This commit is contained in:
2022-01-16 01:17:54 +11:00
parent fdbef5197d
commit e03d11b9e1
4 changed files with 6 additions and 5 deletions

View File

@@ -71,7 +71,7 @@
{% endblock main_content %}
{% block script_content %}
<script>
{% if display_more and job.pa_job_state != "Completed" %}
{% if refresh and job.pa_job_state != "Completed" %}
setTimeout(function(){ window.location.reload(1); }, 3000 )
{% endif %}
</script>