Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/mlpushmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
},
// close the menu
_resetMenu : function() {
this._setTransform('translate3d(0,0,0)');
this._setTransform('none');
this.level = 0;
// remove class mp-pushed from main wrapper
classie.remove( this.wrapper, 'mp-pushed' );
Expand Down Expand Up @@ -240,4 +240,4 @@
// add to global namespace
window.mlPushMenu = mlPushMenu;

} )( window );
} )( window );