Change navbar side

This commit is contained in:
Sebastien 2018-09-13 10:58:42 +03:00
parent 36910883bc
commit 297d137478

View File

@ -13,7 +13,7 @@ var nav_name;
$(document).ready(function() { $(document).ready(function() {
$('#nav-mobile').sidenav({ $('#nav-mobile').sidenav({
menuWidth: 400, // Default is 300 menuWidth: 400, // Default is 300
edge: 'right', // Choose the horizontal origin edge: 'left', // Choose the horizontal origin
closeOnClick: false, // Closes side-nav on <a> clicks, useful for Angular/Meteor closeOnClick: false, // Closes side-nav on <a> clicks, useful for Angular/Meteor
draggable: true // Choose whether you can drag to open on touch screens, draggable: true // Choose whether you can drag to open on touch screens,
}); });