new timeline url

This commit is contained in:
rlx 2011-08-06 18:20:24 +00:00
parent 8e468ced0b
commit accb7c862a

View file

@ -56,7 +56,7 @@ Ox.SmallTimeline = function(options, self) {
self.$line = $('<img>') self.$line = $('<img>')
.addClass('OxTimelineSmallImage') .addClass('OxTimelineSmallImage')
.attr({ .attr({
src: '/' + self.options.videoId + '/timeline16.png' src: '/' + self.options.videoId + '/timeline16p.png'
}) })
.css({ .css({
position: 'absolute', position: 'absolute',