10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Remove not required (and time-consuming) mathjax typesetting for molecules select

This commit is contained in:
Mickaël Véril 2020-09-02 16:42:04 +02:00
parent 01ea5ccbb6
commit 6ead74674e

View File

@ -281,9 +281,6 @@ draft: false
value: valueSelector(val) value: valueSelector(val)
}).text(textSelctor(val)).appendTo(currentselect) }).text(textSelctor(val)).appendTo(currentselect)
} }
if (name === "molecule") {
await MathJax.typesetPromise()
}
} }
} }
function getSelectValue(data, name) { function getSelectValue(data, name) {