1 parent a036e7e commit c44613fCopy full SHA for c44613f
1 file changed
js/script.js
@@ -1,5 +1,5 @@
1
$(function(){
2
$("nav").on("click", function(){
3
$("nav ul, .menu-hamburger span:nth-child(1), .menu-hamburger span:nth-child(2), .menu-hamburger span:nth-child(3)").toggleClass("active");
4
- })
+ });
5
});
0 commit comments