mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
9 lines
217 B
JavaScript
9 lines
217 B
JavaScript
/* global NexT */
|
|
|
|
document.addEventListener('page:loaded', () => {
|
|
NexT.utils.getScript('https://static.addtoany.com/menu/page.js', { condition: window.a2a })
|
|
.then(() => {
|
|
window.a2a.init();
|
|
});
|
|
});
|