Skip to content

Commit e5b1c7b

Browse files
committed
Update 'grid intensity' script
1 parent df25419 commit e5b1c7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function getLevel(i) {
3636
}
3737

3838
if (i === null || (i >= 100 && i < 200)) return "Moderate";
39-
if (i < 80) return "Very Low";
4039
if (i < 100) return "Low";
4140
if (i < 300) return "High";
4241
return "Very High";

0 commit comments

Comments
 (0)