diff options
Diffstat (limited to 'templates/admin/webcam_index.html')
-rw-r--r-- | templates/admin/webcam_index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/admin/webcam_index.html b/templates/admin/webcam_index.html index 85356d1..a64221d 100644 --- a/templates/admin/webcam_index.html +++ b/templates/admin/webcam_index.html @@ -19,4 +19,10 @@ {% endfor %} </div> </div> + +<script type="text/javascript"> + var timer = setInterval(function(){ + location.reload(); + }, 25000); +</script> {% endblock %}
\ No newline at end of file |