mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
5 lines
No EOL
138 B
JavaScript
5 lines
No EOL
138 B
JavaScript
$(document).ready(function () {
|
|
$('[data-toggle=offcanvas]').click(function () {
|
|
$('.row-offcanvas').toggleClass('active')
|
|
});
|
|
}); |