1
0
Fork 0
forked from 0x2620/oxjs

fixing paths in Ox.UI

This commit is contained in:
rolux 2011-04-25 14:03:49 +02:00
commit fd58906e04
13 changed files with 23 additions and 23 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.UI.PATH + 'png/ox.map/marker' +
Ox.PATH + 'png/ox.map/marker' +
(that.place.id[0] == '_' ? 'Result' : '') +
(that.place.editing ? 'Editing' : (
that.place.selected ? 'Selected' : ''