|
// TODO: Refactor to load CSS/JS simultaneously. |
|
$.cachedExtCss('https://cdn.jsdelivr.net/npm/tocbot@' + VERSIONS.tocbot + '/dist/tocbot.css').done( |
|
function () { |
|
$.cachedScript('https://cdn.jsdelivr.net/npm/tocbot@' + VERSIONS.tocbot + '/dist/tocbot.min.js').done(initToc) |
|
} |
|
) |
This issue was generated by todo based on a TODO
comment in 925f56f. It's been assigned to @aensley because they committed the code.