We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9c051 commit 74fa1c1Copy full SHA for 74fa1c1
lms/static/my.js
@@ -84,7 +84,7 @@ function trackDisableShareButton(solutionId, button) {
84
}
85
86
function updateNotificationsBadge() {
87
- const dropdown = document.getElementById('navbarNavDropdown');
+ const dropdown = document.getElementById('navbarSupportedContent');
88
const container = document.getElementById('notifications-list');
89
if (dropdown === null || container === null) {
90
return;
0 commit comments