Files
archived-shopware-6/docs/it/assets/base.js
T
Alberto G. Viu d91a29c6b7 Revert "Release 7.1.0"
This reverts commit aa4aa15c54.
2025-09-11 10:09:53 +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);