From b72723f375d2adf8b16c13acd6023c6954296a1a Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 7 Mar 2016 10:24:39 +0200 Subject: [PATCH] Update mlpushmenu.js --- js/mlpushmenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/mlpushmenu.js b/js/mlpushmenu.js index 699b754..464ffa9 100644 --- a/js/mlpushmenu.js +++ b/js/mlpushmenu.js @@ -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' ); @@ -240,4 +240,4 @@ // add to global namespace window.mlPushMenu = mlPushMenu; -} )( window ); \ No newline at end of file +} )( window );