1
0
Fork 0
forked from 0x2620/oxjs

fixings paths for map assets

This commit is contained in:
rolux 2011-04-25 14:37:16 +02:00
commit 3b5e04b61e
4 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ Ox.MapMarker = function(options) {
cursor: that.place.editing ? 'move' : 'pointer',
draggable: that.place.editing,
icon: new google.maps.MarkerImage(
Ox.PATH + 'png/ox.map/marker' +
Ox.PATH + 'png/Ox.UI/marker' +
(that.place.id[0] == '_' ? 'Result' : '') +
(that.place.editing ? 'Editing' : (
that.place.selected ? 'Selected' : ''