This commit is contained in:
Dave Lane 2024-08-30 15:52:25 +12:00
parent e3e685f0f8
commit 86d436fd47
4 changed files with 17 additions and 1 deletions

View file

@ -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')) {