fixed job refresh issues
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user