mirror of
https://github.com/wahyd4/wahyd4.github.com.git
synced 2026-08-09 05:15:56 +10: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();
|
|
});
|