summaryrefslogtreecommitdiff
path: root/docs/lab/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lab/index.html')
-rw-r--r--docs/lab/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 79bcd2a91..57eca7490 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -1501,10 +1501,7 @@ function main() {
samplesSelect.appendChild(opt)
}
sampleVar = vars.bind('sample', samplesSelect, (e, v) => {
- let sampleText = samples.get(v)
- if (!sampleText) {
- return
- }
+ let sampleText = samples.get(v) || ''+v
if (v == 'Repertoire') {
repertoireControl.style.display = null