Skip to content

Commit

Permalink
removed submenu var
Browse files Browse the repository at this point in the history
  • Loading branch information
christophery committed Nov 2, 2020
1 parent 517d5f2 commit b149a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions js/pushy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
menuWidth = pushy.width() + 'px', //jQuery fallback menu width
submenuClass = '.pushy-submenu',
submenuOpenClass = 'pushy-submenu-open',
submenuClosedClass = 'pushy-submenu-closed',
submenu = $(submenuClass);
submenuClosedClass = 'pushy-submenu-closed';

//check if menu-btn-class data attribute exists
if( typeof pushy.data('menu-btn-class') !== 'undefined' ){
Expand Down
2 changes: 1 addition & 1 deletion js/pushy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b149a56

Please sign in to comment.