mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
side layout fixes
This commit is contained in:
@@ -109,7 +109,7 @@ $(document).ready(function() {
|
||||
const $body = $('body');
|
||||
|
||||
$body.on('click', '[data-toggle="menubar"]', function(e) {
|
||||
$body.toggleClass('menu-visible');
|
||||
$body.toggleClass('aside-visible');
|
||||
|
||||
e.preventDefault();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user