mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Update details uri to have 2016 path
This commit is contained in:
parent
8b772737a3
commit
19757ef730
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ module.exports.getDaySchedule = function (day) {
|
|||
cleanedRow[columns[i]] = cur[i];
|
||||
}
|
||||
}
|
||||
cleanedRow['uri'] = '/conference/' + cleanedRow.rowid + '/details';
|
||||
cleanedRow['uri'] = '/conference/2016/' + cleanedRow.rowid + '/details';
|
||||
var timeSlot = cleanedRow.Chunk + cleanedRow.Start;
|
||||
if (typeof prev.timeSlots[timeSlot] === 'undefined') {
|
||||
prev.timeSlots[timeSlot] = [cleanedRow];
|
||||
|
|
Loading…
Reference in a new issue