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:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user