| 1 | $(document).ready(function() { |
| 2 | // Check for click events on the navbar burger icon |
| 3 | $(".navbar-burger").click(function() { |
| 4 | // Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu" |
nothing calls this directly
no test coverage detected