Changeset e92d0a in indico
- Timestamp:
- 06/04/10 18:47:38 (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:
- 254e22
- Parents:
- 3578b2
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Timetable/Draw.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Timetable/Draw.js
raf93a0 re92d0a 310 310 } 311 311 312 this.locationDiv.dom.style.maxWidth = pixels(locationMaxWidth); 312 this.locationDiv.dom.style.maxWidth = locationMaxWidth > 0 ? 313 pixels(locationMaxWidth) : '0px'; 313 314 314 315 // After modifying the location width, the content of the location might be expaneded
Note: See TracChangeset
for help on using the changeset viewer.
