Skip to content

Commit

Permalink
v3.0.1 Example, CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-5 committed Sep 25, 2017
1 parent b27b31b commit 3f28ad4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion css/ma5-menu.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* MA5-mobile-menu
* v 3.0.0
* v 3.0.1
* Copyright (c) 2016 Tomasz Kalinowski
* GitHub: https://github.com/ma-5/ma5-mobile-menu
*/
Expand Down
2 changes: 1 addition & 1 deletion css/ma5-menu.min.css

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions js/ma5-menu.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/*
* MA5 jquery mobile menu
* v3.0.0
* v3.0.1
* GitHub: https://github.com/ma-5/ma5-mobile-menu
*/
function ma5menu(atributes) {
if(atributes.swipe === true) {
$('html').addClass('ma5menu--swipe');
//$('body').wrapInner('<div class="ma5menu__page" />');
}
var position = 'left';
if(atributes.position == 'right') {
position = atributes.position;
Expand Down
2 changes: 1 addition & 1 deletion js/ma5-menu.min.js

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

2 changes: 1 addition & 1 deletion scss/ma5-menu.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* MA5-mobile-menu
* v 3.0.0
* v 3.0.1
* Copyright (c) 2016 Tomasz Kalinowski
* GitHub: https://github.com/ma-5/ma5-mobile-menu
*/
Expand Down

0 comments on commit 3f28ad4

Please sign in to comment.