Change the directory of Bootstrap from '_assets' to static 'assets'.
This commit is contained in:
5
assets/vendor/bootstrap/docs/examples/offcanvas/offcanvas.js
vendored
Normal file
5
assets/vendor/bootstrap/docs/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