mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Fix #Allowlist
This commit is contained in:
parent
01492d7c52
commit
e739847e22
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user