10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Delete code and doi in ref select

This commit is contained in:
Mickaël Véril 2019-10-08 10:23:56 +02:00
parent 9b12b906b6
commit ccb8a9fbaf

View File

@ -211,7 +211,7 @@ draft: false
var op=document.createElement("option")
var opObjVal=els.slice(2)
op.value=JSON.stringify(opObjVal)
op.innerText=opObjVal.join(" ")
op.innerText=d.method
sel_ref.appendChild(op)
var tableels=els.slice()
if(d instanceof oneStateDataFileBase){