new timeline url
This commit is contained in:
parent
8e468ced0b
commit
accb7c862a
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue