mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 22:00:05 +01:00
basic gh-pages deps
This commit is contained in:
5
node_modules/bootstrap/docs/examples/offcanvas/offcanvas.js
generated
vendored
Normal file
5
node_modules/bootstrap/docs/examples/offcanvas/offcanvas.js
generated
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