1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 21:39:08 +02:00

Rearrange repository contents because muahahahahahaha

This commit is contained in:
Mark Otto
2013-12-28 22:47:03 -08:00
parent 5bf13914e4
commit a9c829bc0c
106 changed files with 8357 additions and 73 deletions

View File

@@ -0,0 +1,5 @@
$(document).ready(function() {
$('[data-toggle=offcanvas]').click(function() {
$('.row-offcanvas').toggleClass('active');
});
});