1
0
Fork 0
forked from 0x2620/oxjs

use Ox.UI.PATH for images

This commit is contained in:
rolux 2011-04-27 21:49:18 +02:00
commit e1b6e3890f
6 changed files with 10 additions and 10 deletions

View file

@ -92,7 +92,7 @@ Ox.VideoEditorPlayer = function(options, self) {
self.$markerPoint[point][edge] = $('<img>')
.addClass('OxMarkerPoint OxMarker' + titleCase)
.attr({
src: Ox.PATH + 'png/Ox.UI/videoMarker' + titleCase + '.png'
src: Ox.UI.PATH + 'png/videoMarker' + titleCase + '.png'
})
.hide()
.appendTo(that.$element);