10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +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 0f9ce2b6b2
commit 4870e16501

View File

@ -217,7 +217,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){