1
0
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:
codecalm
2019-11-30 15:24:14 +01:00
parent e9c3546015
commit f9b77e6ed0
5 changed files with 79 additions and 21 deletions

View File

@@ -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;