mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
deploy: 563726c954
This commit is contained in:
parent
aa95622408
commit
9c5835e217
File diff suppressed because one or more lines are too long
@ -14,5 +14,5 @@ sets:
|
||||
- null
|
||||
QUEST#5:
|
||||
- null
|
||||
others:
|
||||
reviews:
|
||||
- 10.1021/acs.jpclett.0c00014
|
||||
|
@ -10,6 +10,7 @@ class indexDB {
|
||||
const myYaml = jsyaml.load(text);
|
||||
db.sets = ((myYaml.sets === undefined) ? new Map() : new Map(Object.entries(myYaml.sets)));
|
||||
db.others = ((myYaml.others === undefined) ? [] : Array.from(myYaml.others));
|
||||
db.reviews = ((myYaml.reviews === undefined) ? [] : Array.from(myYaml.reviews));
|
||||
window.indexDB=db
|
||||
return db
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user