diff options
author | Mario <mario@mariovavti.com> | 2024-10-19 18:49:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-19 18:49:47 +0000 |
commit | 4d1be3aea583c26c6e24e88b464d5a366a4d2ef3 (patch) | |
tree | c261bf5358bda6884a5cc5c4b5de077f42278c85 /view/js | |
parent | e649ba5b131e1a3f28b32e2271770a4a08c15b11 (diff) | |
download | volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.tar.gz volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.tar.bz2 volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.zip |
bring filed items to mod hq
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index f52720693..87025a1c8 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -212,7 +212,7 @@ $(document).ready(function() { prepareLiveUpdate(b64mid, notify_id); $('.message').removeClass('active'); $('[data-b64mid="' + b64mid + '"].message').addClass('active'); - $('[data-b64mid="' + b64mid + '"].message .badge').remove(); + $('[data-b64mid="' + b64mid + '"].message .unseen_count').remove(); } } } |