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