mirror of
https://github.com/vr-payment/shopware-6.git
synced 2026-06-04 10:53:18 +00:00
15 lines
238 B
JavaScript
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);
|