Changeset cbf11a in indico
- Timestamp:
- 03/04/10 16:39:52 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- a463e9
- Parents:
- 6d98a8
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Timetable/Draw.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Timetable/Draw.js
r859dc6 rcbf11a 63 63 each(value.resources, function(item) { 64 64 var name = item.name; 65 menuItems[name] = item.url; 65 // set the URL instead of the title, if there's no title 66 menuItems[name ? name : item.url] = item.url; 66 67 }); 67 68 });
Note: See TracChangeset
for help on using the changeset viewer.
