From e739847e22d8de6f7f9e54316f8f5758e059b27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Mon, 6 Jan 2020 12:10:57 +0100 Subject: [PATCH] Fix #Allowlist --- content/multipledataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index 1d5865b3..56230726 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -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)) {