first commit

This commit is contained in:
p220478
2019-05-20 14:32:39 +02:00
commit 84c2720ade
432 changed files with 27232 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/* Highlight */
$( document ).ready(function() {
hljs.initHighlightingOnLoad();
$('table').addClass('table table-striped table-hover');
});
$('body').scrollspy({
target: '.bs-sidebar',
});
/* Prevent disabled links from causing a page reload */
$("li.disabled a").click(function() {
event.preventDefault();
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long