forked from 0x2620/oxjs
fixing paths in Ox.UI
This commit is contained in:
parent
60ca706912
commit
fd58906e04
13 changed files with 23 additions and 23 deletions
|
|
@ -92,7 +92,7 @@ Ox.VideoEditorPlayer = function(options, self) {
|
|||
self.$markerPoint[point][edge] = $('<img>')
|
||||
.addClass('OxMarkerPoint OxMarker' + titleCase)
|
||||
.attr({
|
||||
src: Ox.UI.PATH + 'png/ox.ui/videoMarker' + titleCase + '.png'
|
||||
src: Ox.PATH + 'png/Ox.UI/videoMarker' + titleCase + '.png'
|
||||
})
|
||||
.hide()
|
||||
.appendTo(that.$element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue