Reworking the config

This commit is contained in:
Justin Walsh
2013-06-11 17:28:29 -05:00
parent 03fe0b650f
commit 2ba1f4053f
33 changed files with 3565 additions and 2629 deletions

10
js/custom.js Normal file
View File

@ -0,0 +1,10 @@
$(function() {
$('.aj-nav').click(function(e) {
e.preventDefault();
$(this).parent().siblings().find('ul').slideUp();
$(this).next().slideToggle();
});
// Bootstrap Table Class
$('table').addClass('table');
});

1
js/highlight.min.js vendored Normal file

File diff suppressed because one or more lines are too long

9
js/less.min.js vendored Normal file

File diff suppressed because one or more lines are too long