diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-02 16:05:22 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-02 16:05:22 +0100 |
| commit | 9c6e43a47e171a183c1b7b7033f6ec1b0a23a216 (patch) | |
| tree | dc7a8d5943b8be381b8028087ddbf6ccf2746e56 /public/assets/js/lib/views | |
| parent | 69d83607a14ec0dbe6483607dd4552f833ad4a61 (diff) | |
mail link
Diffstat (limited to 'public/assets/js/lib/views')
| -rw-r--r-- | public/assets/js/lib/views/stream/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/stream/index.js b/public/assets/js/lib/views/stream/index.js index fef23ef..874b7ce 100644 --- a/public/assets/js/lib/views/stream/index.js +++ b/public/assets/js/lib/views/stream/index.js @@ -34,6 +34,7 @@ var StreamView = View.extend({ courtesy_s(data.mail.count) + "!</a>" ); + $(".mailLink").text(`mail (${data.mail.count})`); if (is_mobile) { $("#content").prepend($(".alert")); } |
