Reworking the config
This commit is contained in:
10
js/custom.js
Normal file
10
js/custom.js
Normal 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
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
9
js/less.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user