]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/docs/examples/offcanvas/offcanvas.js
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / examples / offcanvas / offcanvas.js
CommitLineData
91e44d91
S
1$(document).ready(function () {
2 $('[data-toggle="offcanvas"]').click(function () {
3 $('.row-offcanvas').toggleClass('active')
4 });
5});