We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e50d68 commit 3d9de01Copy full SHA for 3d9de01
js/data/uci.js
@@ -85,6 +85,7 @@ export default class UCIData extends FixData {
85
datanames.name = 'name'
86
datanames.onchange = () => {
87
this._name = datanames.value
88
+ const name = this._name
89
const info = datasetInfos[this._name]
90
CSV.load(info.file).then(csv => {
91
if (name === this._name) {
0 commit comments