switch to score system

This commit is contained in:
Tyler Bean 2022-01-26 18:02:19 -06:00
parent 57f4ff3912
commit 384105b838
1 changed files with 2 additions and 2 deletions

View File

@ -142,10 +142,10 @@ if (window.location.href.indexOf("5d49ec10226b9e13cb6a422e") > -1) {
var selectedComponents = new Map();
var selectedRegions = new Map();
for (i = 0; i < componentArray.length; i++) {
selectedComponents.set(componentArray[i], false);
selectedComponents.set(componentArray[i], 0);
};
for (i = 0; i < regionArray.length; i++) {
selectedRegions.set(regionArray[i], false);
selectedRegions.set(regionArray[i], 0);
};
// init component div groups