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.
2 parents b254473 + f11e1e2 commit 42573d7Copy full SHA for 42573d7
1 file changed
ietf/templates/meeting/week-view.html
@@ -11,7 +11,7 @@
11
all_items.forEach(function(item) {
12
if (item.day == 6) { item.day = -1; }
13
item.start_time = parseInt(item.time.substr(0,2),10) * 60 +
14
- parseInt(item.time.substr(2,2),10);
+ parseInt(item.time.substr(2,2),10);
15
item.end_time = item.start_time + (item.duration / 60)
16
});
17
0 commit comments