AdminLTE/plugins/chart.js/docs/gitbook/gitbook-plugin-anchorjs/anchor-style.js

8 lines
220 B
JavaScript
Raw Normal View History

2018-03-17 17:07:55 +00:00
gitbook.events.bind('start', function(e, config) {
anchors.options = config.anchorjs || {};
});
gitbook.events.bind('page.change', function() {
2018-04-23 00:08:03 +00:00
anchors.add(anchors.options.selector || 'h2,h3,h4,h5');
2018-03-17 17:07:55 +00:00
});