mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Delete code and doi in ref select
This commit is contained in:
parent
0f9ce2b6b2
commit
4870e16501
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user