mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
5 lines
236 B
JavaScript
5 lines
236 B
JavaScript
var MathjaxScript=document.createElement("script");
|
|
MathjaxScript.type="text/javascript";
|
|
MathjaxScript.src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
|
|
document.head.appendChild(MathjaxScript);
|