Skip to content

Commit 9b9921e

Browse files
committed
Fix navbar selector in blade-bootstrap forum.js
1 parent 442cc1c commit 9b9921e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-presets/blade-bootstrap/js/forum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ document.addEventListener('DOMContentLoaded', function () {
2929
isUserDropdownCollapsed,
3030
};
3131
}
32-
}).mount('#navbar');
32+
}).mount('.v-navbar');
3333

3434
const mask = document.querySelector('.mask');
3535

0 commit comments

Comments
 (0)