mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 14:51:28 +00:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
$(document).ready(function() {
|
|
$('[data-toggle=offcanvas]').click(function() {
|
|
$('.row-offcanvas').toggleClass('active');
|
|
});
|
|
}); |