forked from 0x2620/oxjs
use Ox.UI.PATH for images
This commit is contained in:
parent
7e12eb43d7
commit
e1b6e3890f
6 changed files with 10 additions and 10 deletions
|
|
@ -60,7 +60,7 @@ Ox.SmallTimeline = function(options, self) {
|
|||
self.$markerPosition = $('<img>')
|
||||
.addClass('OxMarkerPosition')
|
||||
.attr({
|
||||
src: Ox.PATH + 'png/Ox.UI/videoMarkerPlay.png'
|
||||
src: Ox.UI.PATH + 'png/videoMarkerPlay.png'
|
||||
})
|
||||
.css({
|
||||
position: 'absolute',
|
||||
|
|
@ -77,7 +77,7 @@ Ox.SmallTimeline = function(options, self) {
|
|||
self.$markerPoint[i] = $('<img>')
|
||||
.addClass('OxMarkerPoint' + titleCase)
|
||||
.attr({
|
||||
src: Ox.PATH + 'png/Ox.UI/videoMarker' + titleCase + '.png'
|
||||
src: Ox.UI.PATH + 'png/videoMarker' + titleCase + '.png'
|
||||
})
|
||||
.appendTo(that.$element);
|
||||
setMarkerPoint(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue