Changeset 2131
- Timestamp:
- Dec 12, 2011, 6:12:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/timeline-simile/timeline-bundle.js
r2130 r2131 2807 2807 $("#timeline-band-"+F).find(".timeline-event-label").each(function() { 2808 2808 arrTops.push($(this).css("top")); 2809 2809 2810 }) 2810 D = 15 + (18 * arrTops.length); 2811 D = 20 * arrTops.length; 2812 console.log("new width:: "+D); 2811 2813 } 2812 2814 }
Note: See TracChangeset
for help on using the changeset viewer.