Files
archived-shopware-6/docs/en/assets/base.js
T
2025-01-22 15:31:27 +01: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);