JO
2024-06-28 28da6ed0509a696c79bdfecb7af0a73690205ad4
1
2
3
4
5
6
7
/* global NexT, CONFIG */
 
document.addEventListener('page:loaded', () => {
  if (!CONFIG.enableMath) return;
 
  NexT.utils.getScript(CONFIG.katex.copy_tex_js).catch(() => {});
});