mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-28 08:11:25 +00:00
Commit compiled front-end code to the repo
This commit is contained in:
5
public/js/vendor/bootstrap/examples/offcanvas/offcanvas.js
vendored
Normal file
5
public/js/vendor/bootstrap/examples/offcanvas/offcanvas.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$('[data-toggle=offcanvas]').click(function() {
|
||||
$('.row-offcanvas').toggleClass('active');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user