mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Cleaning meta_div
This commit is contained in:
parent
8e8bbf85e6
commit
7e00754362
@ -56,6 +56,7 @@ draft: false
|
|||||||
md.push(["Method",dat.ZPE.method])
|
md.push(["Method",dat.ZPE.method])
|
||||||
md.push(["DOI",dat.doi]);
|
md.push(["DOI",dat.doi]);
|
||||||
div=document.getElementById("meta_div")
|
div=document.getElementById("meta_div")
|
||||||
|
div.innerHTML=""
|
||||||
md.forEach(function(element){
|
md.forEach(function(element){
|
||||||
var node =null;
|
var node =null;
|
||||||
if(typeof element==="string"){
|
if(typeof element==="string"){
|
||||||
|
Loading…
Reference in New Issue
Block a user