Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit dfb05cb

Browse files
authored
Update jquery.responsive.menu.js
1 parent df46b5d commit dfb05cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/js/jquery.responsive.menu.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
// jQuery responsive menu.
3-
$(function()
4-
{
5-
$('.nav .click').click(function()
6-
{
2+
/*
3+
* Responsive menu.
4+
*/
5+
$(function() {
6+
$('.nav .click').click(function() {
77
$('.nav .responsive').toggleClass('expand');
88
});
99
});

0 commit comments

Comments
 (0)