Skip to content

Commit

Permalink
bugfix listview extension
Browse files Browse the repository at this point in the history
  • Loading branch information
FrDH committed Jan 6, 2018
1 parent 8baee4d commit 81669e1
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jQuery.mmenu",
"version" : "7.0.0",
"version" : "7.0.1",
"main" : [
"dist/jquery.mmenu.all.js",
"dist/jquery.mmenu.all.css"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jQuery.mmenu",
"version" : "7.0.0",
"version" : "7.0.1",
"authors" : "Fred Heusschen <[email protected]>",
"license" : "CC-BY-NC-4.0",
"description" : "The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.",
Expand Down
2 changes: 1 addition & 1 deletion dist/extensions/listview/jquery.mmenu.listview.css

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

4 changes: 2 additions & 2 deletions dist/jquery.mmenu.all.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/jquery.mmenu.all.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/jquery.mmenu.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jquery.mmenu",
"version" : "7.0.0",
"version" : "7.0.1",
"main" : "dist/jquery.mmenu.all.js",
"author" : "Fred Heusschen <[email protected]>",
"license" : "CC-BY-NC-4.0",
Expand Down
3 changes: 2 additions & 1 deletion src/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@
> a:not( .mm-btn_next ),
> span
{
padding: $pad $mm_listitemPadding $pad $mm_listitemIndent;
padding-top: $pad;
padding-bottom: $pad;
}
}
@if ( $mm_opt_buttons )
Expand Down
4 changes: 2 additions & 2 deletions src/core/oncanvas/jquery.mmenu.oncanvas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery mmenu v7.0.0
* jQuery mmenu v7.0.1
* @requires jQuery 1.7.0 or later
*
* mmenu.frebsite.nl
Expand All @@ -14,7 +14,7 @@
(function( $ ) {

const _PLUGIN_ = 'mmenu';
const _VERSION_ = '7.0.0';
const _VERSION_ = '7.0.1';


// Newer version of the plugin already excists
Expand Down
Loading

0 comments on commit 81669e1

Please sign in to comment.