Skip to content

Commit

Permalink
#menu to .menu
Browse files Browse the repository at this point in the history
Signed-off-by: Norik Davtian <norik@bigemployee.com>
  • Loading branch information
NorikDavtian committed May 12, 2014
1 parent 197a8ce commit ce98f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -26,7 +26,7 @@
}

// Hide button if menu is missing or empty.
menu = nav.find('#menu');
menu = nav.find('.menu');
if (!menu || !menu.children().length) {
button.hide();
return;
Expand Down

0 comments on commit ce98f7f

Please sign in to comment.