2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

change file names to example names

This commit is contained in:
Nicole
2013-07-20 23:17:01 -07:00
parent 36c2a34c1e
commit bf51e24700
27 changed files with 13 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
$(document).ready(function() {
$('[data-toggle=offcanvas]').click(function() {
$('.row-offcanvas').toggleClass('active');
});
});