Converted to AsciiBinder
This required moving files around in the repository and shifting from a master.adoc structure to _topic_map.yml, etc. README and Makefile modified slightly to reflect new build process
This commit is contained in:
parent
161b3a786e
commit
2e8934be40
186 changed files with 30936 additions and 372 deletions
6
_package/main/master/_javascripts/bootstrap-offcanvas.js
vendored
Normal file
6
_package/main/master/_javascripts/bootstrap-offcanvas.js
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function () {
|
||||
$('[data-toggle="offcanvas"]').click(function () {
|
||||
$('.sidebar').show();
|
||||
$('.row-offcanvas').toggleClass('active');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue