diff --git a/pwnagotchi/ui/web/templates/inbox.html b/pwnagotchi/ui/web/templates/inbox.html index a63a7172..ca0b76ef 100644 --- a/pwnagotchi/ui/web/templates/inbox.html +++ b/pwnagotchi/ui/web/templates/inbox.html @@ -5,6 +5,14 @@ {{ name }} Inbox {% endblock %} +{% block script %} +$(function() { + setTimeout(function(){ + window.location.reload(true); + }, 15000); +}); +{% endblock %} + {% block content %}