diff --git a/templates/inbox.html b/templates/inbox.html index 8b25e2c..5b0311f 100644 --- a/templates/inbox.html +++ b/templates/inbox.html @@ -110,6 +110,6 @@ document.title = `Inbox (${count}) | {{ const.appName }}`; } } - }) + }); {% endblock %}