WIP
This commit is contained in:
parent
e3e685f0f8
commit
86d436fd47
4 changed files with 17 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
if (tech.hasOwnProperty('analogues') && tech.analogues.constructor === Array) {
|
||||
tech.analogues.forEach(function (analogue, index) {
|
||||
if (analogue_list.hasOwnProperty(analogue)) analogue_list[analogue]++;
|
||||
s else analogue_list[analogue] = 1;
|
||||
else analogue_list[analogue] = 1;
|
||||
});
|
||||
}
|
||||
if (tech.hasOwnProperty('license')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue