Changeset cbf11a in indico


Ignore:
Timestamp:
03/04/10 16:39:52 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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
Message:

[FIX] Untitled links now show URL in timetable

  • For people and scripts that explicitly remove the title;
  • fixes #275
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Timetable/Draw.js

    r859dc6 rcbf11a  
    6363                 each(value.resources, function(item) { 
    6464                     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; 
    6667                 }); 
    6768             }); 
Note: See TracChangeset for help on using the changeset viewer.