Files @ a786fd942cc4
Branch filter:

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

bkuhn
Completed evaluation using EvalutationTemplate of Frontaccounting.
1
2
3
4
5
$(document).ready(function() {
  $('[data-toggle=offcanvas]').click(function() {
    $('.row-offcanvas').toggleClass('active');
  });
});