JO
2024-08-13 bf781fe79d3f2babeeaa9dd55e5f4a5da04e9977
1
2
3
4
5
6
7
8
/* global NexT */
 
document.addEventListener('page:loaded', () => {
  NexT.utils.getScript('https://static.addtoany.com/menu/page.js', { condition: window.a2a })
    .then(() => {
      window.a2a.init();
    });
});