Branch ready to merge

- Legacy-Id: 12341
This commit is contained in:
Adam Roach 2016-11-13 04:58:03 +00:00
parent e4b2905f16
commit f11e1e247b

View file

@ -11,7 +11,7 @@
all_items.forEach(function(item) {
if (item.day == 6) { item.day = -1; }
item.start_time = parseInt(item.time.substr(0,2),10) * 60 +
parseInt(item.time.substr(2,2),10);
parseInt(item.time.substr(2,2),10);
item.end_time = item.start_time + (item.duration / 60)
});