From accb7c862ae83ff2afb5f8684201ff38121b0bf4 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 6 Aug 2011 18:20:24 +0000 Subject: [PATCH] new timeline url --- source/Ox.UI/js/Video/Ox.SmallTimeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.SmallTimeline.js b/source/Ox.UI/js/Video/Ox.SmallTimeline.js index 03700588..f1abe9db 100644 --- a/source/Ox.UI/js/Video/Ox.SmallTimeline.js +++ b/source/Ox.UI/js/Video/Ox.SmallTimeline.js @@ -56,7 +56,7 @@ Ox.SmallTimeline = function(options, self) { self.$line = $('') .addClass('OxTimelineSmallImage') .attr({ - src: '/' + self.options.videoId + '/timeline16.png' + src: '/' + self.options.videoId + '/timeline16p.png' }) .css({ position: 'absolute',