mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 14:23:42 +01:00
8 lines
232 B
JavaScript
8 lines
232 B
JavaScript
|
function MathJaxPolyfillInit(){
|
||
|
var typesetPromise = function() {
|
||
|
return new Promise(function (resolve, reject) {
|
||
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub],[resolve]);
|
||
|
})
|
||
|
}
|
||
|
MathJax.typesetPromise=typesetPromise
|
||
|
}
|