Changeset 3578b2 in indico
- Timestamp:
- 06/04/10 18:15:40 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- e92d0a
- Parents:
- af93a0
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Timetable/Layout.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Timetable/Layout.js
raf93a0 r3578b2 217 217 shouldShowRoom: function() { 218 218 return true; 219 }, 220 reorderColumns:function() { 219 221 } 220 222 } … … 295 297 var counter = 0; 296 298 each(algData.groups, function(group) { 299 self.reorderColumns(group[0]); 297 300 each(group[0], function(block) { 298 301 block.group = counter; … … 528 531 }, 529 532 530 reorder Assigned: function(assigned, lastAssigned,currentGroup) {533 reorderColumns: function(currentGroup) { 531 534 var self = this; 532 535 var roomNames = keys(this.roomsCols); … … 549 552 } 550 553 block.assigned = col; 551 assigned[col] = block;552 554 } 553 555
Note: See TracChangeset
for help on using the changeset viewer.
