1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
codecalm
2020-01-10 22:53:35 +01:00
11 changed files with 49 additions and 8 deletions

View File

@@ -35,6 +35,10 @@ const tabler = {
$(document).ready(function () {
const $body = $('body');
// $('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="toast"]').toast();
$body.on('click', '[data-toggle="menubar"]', function (e) {
$body.toggleClass('aside-visible');