10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2025-01-13 22:36:10 +01:00
QUESTDB_website/static/js/MathJaxPolyfill.js

8 lines
232 B
JavaScript
Raw Normal View History

function MathJaxPolyfillInit(){
var typesetPromise = function() {
return new Promise(function (resolve, reject) {
MathJax.Hub.Queue(["Typeset",MathJax.Hub],[resolve]);
})
}
MathJax.typesetPromise=typesetPromise
}