Changeset e1d308 in indico
- Timestamp:
- 06/29/11 15:42:20 (23 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- 776ca6
- Parents:
- 91cb2e
- git-author:
- Alberto Resco Perez <alberto.resco.perez@…> (04/26/11 17:25:46)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (06/29/11 15:42:20)
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Timetable/Draw.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Timetable/Draw.js
r64824a re1d308 1531 1531 // sessions that are not poster sessions will be 1532 1532 // 'converted' to contributions 1533 if (entry.entryType == 'Session' && !entry.isPoster ) {1533 if (entry.entryType == 'Session' && !entry.isPoster && keys(entry.entries).length > 0) { 1534 1534 each(entry.entries, function(subentry, subkey) { 1535 1535 result[subkey] = clone(subentry);
Note: See TracChangeset
for help on using the changeset viewer.
