Files @ f2a5bf6e27aa
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/bootstrap-3.0.0/examples/offcanvas/offcanvas.js

bkuhn
Massive changes to the index page of the Wiki,
in hopes to make it more friendly.
1
2
3
4
5
$(document).ready(function() {
  $('[data-toggle=offcanvas]').click(function() {
    $('.row-offcanvas').toggleClass('active');
  });
});