Files @ 42d682471220
Branch filter:

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

http://stargazer.livejournal.com/ http://stargazer.livejournal.com/@web
Americanize spelling
1
2
3
4
5
$(document).ready(function() {
  $('[data-toggle=offcanvas]').click(function() {
    $('.row-offcanvas').toggleClass('active');
  });
});