mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
FIx bug in multipledataset
This commit is contained in:
parent
873d88763f
commit
3c9ae18f8c
@ -415,10 +415,10 @@ draft: false
|
|||||||
td.append($("<div/>", { title: "unsafe value", style: "float: left; font-family: color-emoji;" }).text('⚠'))
|
td.append($("<div/>", { title: "unsafe value", style: "float: left; font-family: color-emoji;" }).text('⚠'))
|
||||||
}
|
}
|
||||||
if (unsafe && !$("#cb_unsafe").is(':checked')) {
|
if (unsafe && !$("#cb_unsafe").is(':checked')) {
|
||||||
td.append($("<s/>").append(val))
|
td.append($("<s/>").append(val.toString()))
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
td.append(val)
|
td.append(val.toString())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tr.append(td)
|
tr.append(td)
|
||||||
|
Loading…
Reference in New Issue
Block a user