mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
add a missing semicolon
This commit is contained in:
parent
3424dadf6b
commit
ea2378fac7
1 changed files with 1 additions and 1 deletions
|
@ -110,6 +110,6 @@
|
||||||
document.title = `Inbox (${count}) | {{ const.appName }}`;
|
document.title = `Inbox (${count}) | {{ const.appName }}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue