We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464ae24 commit c97cea7Copy full SHA for c97cea7
src/main/webapp/resources/js/presentation.js
@@ -1624,7 +1624,7 @@ presenter.doWeekHallRowAdd = function (data) {
1624
abuPercent = '0.0';
1625
hallAvail = '0.0';
1626
} else {
1627
- accAvail = ((data['abu-seconds'] + data['banu-seconds']) / (hall_sched_seconds - data['acc-seconds']) * 100).toFixed(1);
+ accAvail = ((data['abu-seconds'] + data['banu-seconds']) / hall_sched_seconds * 100).toFixed(1);
1628
abuPercent = (data['abu-seconds'] / hall_sched_seconds * 100).toFixed(1);
1629
hallAvail = ((data['er-seconds'] + data['pcc-seconds']) / hall_sched_seconds * 100).toFixed(1);
1630
}
0 commit comments