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