Files
andrewrowanwallee 2f4d38b4b2 Release 6.1.13
2025-05-27 11:43:52 +02:00

15 lines
238 B
JavaScript

(function($){
hljs.initHighlightingOnLoad();
$(document).ready(function(){
$('.col-right-wrapper').stick_in_parent({
parent: '.layout-content'
});
$('body').scrollspy({
target: '.table-of-contents'
});
});
})(jQuery);