diff --git a/src/main/resources/static/js/navabar.js b/src/main/resources/static/js/navabar.js index 98d4b10..acd0c03 100644 --- a/src/main/resources/static/js/navabar.js +++ b/src/main/resources/static/js/navabar.js @@ -13,7 +13,7 @@ var nav_name; $(document).ready(function() { $('#nav-mobile').sidenav({ menuWidth: 400, // Default is 300 - edge: 'right', // Choose the horizontal origin + edge: 'left', // Choose the horizontal origin closeOnClick: false, // Closes side-nav on clicks, useful for Angular/Meteor draggable: true // Choose whether you can drag to open on touch screens, });