1
0
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:
codecalm
2019-11-06 12:41:16 +01:00
parent 0002a1f574
commit b7eba81f68
11 changed files with 119 additions and 47 deletions

View File

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