forked from external-repos/pa11y-dashboard
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