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

Fix #Allowlist

This commit is contained in:
Mickaël Véril 2020-01-06 12:10:57 +01:00
parent 01492d7c52
commit e739847e22

View File

@ -25,7 +25,7 @@ draft: false
window.onload = async () => {
const LatexInline = ['\\(', '\\)']
var cbextl = $("#cb_exTypeList")
var allc = $("#AllowList:last-child")
var allc = $("#AllowList>li:last-child")
for (const [name, value] of excitationTypes.All) {
var description = null
switch (Number(value)) {