Skip to content

Commit 74fa1c1

Browse files
authored
fix(notifications): Wrong element ID fixed
1 parent 4b9c051 commit 74fa1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/static/my.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function trackDisableShareButton(solutionId, button) {
8484
}
8585

8686
function updateNotificationsBadge() {
87-
const dropdown = document.getElementById('navbarNavDropdown');
87+
const dropdown = document.getElementById('navbarSupportedContent');
8888
const container = document.getElementById('notifications-list');
8989
if (dropdown === null || container === null) {
9090
return;

0 commit comments

Comments
 (0)