altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
12 lines (11 loc) • 420 B
JavaScript
var _anchors = function() {
window.anchors.options.placement = 'left';
window.anchors.options.class = 'a-sg-anchor';
window.anchors.remove('.sg-pattern-example h3');
window.anchors.remove('.a-page h1');
window.anchors.remove('.a-page h2');
window.anchors.remove('.a-page h3');
window.anchors.remove('.a-page h4');
window.anchors.remove('.a-page h5');
window.anchors.remove('.a-page h6');
};