2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+5
View File
@@ -0,0 +1,5 @@
$(document).ready(function() {
$('[data-toggle=offcanvas]').click(function() {
$('.row-offcanvas').toggleClass('active');
});
});