Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +5 -5
templates/index.html
CHANGED
@@ -450,9 +450,9 @@
|
|
450 |
checkSelectedInsights();
|
451 |
});
|
452 |
|
453 |
-
// Add to
|
454 |
// tagElement.classList.add('selected');
|
455 |
-
|
456 |
|
457 |
insightsList.appendChild(tagElement);
|
458 |
});
|
@@ -1428,9 +1428,9 @@
|
|
1428 |
checkSelectedInsights();
|
1429 |
});
|
1430 |
|
1431 |
-
// Add to
|
1432 |
-
tagElement.classList.add('selected');
|
1433 |
-
|
1434 |
|
1435 |
insightsList.appendChild(tagElement);
|
1436 |
});
|
|
|
450 |
checkSelectedInsights();
|
451 |
});
|
452 |
|
453 |
+
// Add to unselected by default
|
454 |
// tagElement.classList.add('selected');
|
455 |
+
unselectedInsights.push(insight);
|
456 |
|
457 |
insightsList.appendChild(tagElement);
|
458 |
});
|
|
|
1428 |
checkSelectedInsights();
|
1429 |
});
|
1430 |
|
1431 |
+
// Add to unselected by default
|
1432 |
+
// tagElement.classList.add('selected');
|
1433 |
+
unselectedInsights.push(insight);
|
1434 |
|
1435 |
insightsList.appendChild(tagElement);
|
1436 |
});
|