1

Change the directory of Bootstrap from '_assets' to static 'assets'.

This commit is contained in:
vonavi
2014-07-01 14:12:54 +03:00
parent e9b7df422d
commit d92ccf2af6
226 changed files with 0 additions and 0 deletions

View File

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