forked from 0x2620/oxjs
fixings paths for map assets
This commit is contained in:
parent
351652e513
commit
3b5e04b61e
4 changed files with 4 additions and 4 deletions
|
|
@ -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' : ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue