mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Use rowspan for molecule
This commit is contained in:
parent
c9bea63f51
commit
aaee32b695
@ -429,12 +429,10 @@ draft: false
|
||||
Reflect.setPrototypeOf(ex[2], excitationType.prototype)
|
||||
Reflect.setPrototypeOf(ex[3], VertExcitationKind.prototype)
|
||||
var tr = $("<tr/>")
|
||||
var tdmol = $("<td/>")
|
||||
if (printmol) {
|
||||
$(tdmol).text(molecule)
|
||||
$("<td/>",{rowspan:moldat.size}).text(molecule).appendTo(tr)
|
||||
printmol = false
|
||||
}
|
||||
tr.append(tdmol)
|
||||
var Vertkindtext = ""
|
||||
if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) {
|
||||
Vertkindtext = String.raw`[${VertExcitationKinds.Fluorescence.LaTeX}]`
|
||||
|
Loading…
Reference in New Issue
Block a user