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
|
|
@ -48,7 +48,7 @@ Ox.ListMap = function(options, self) {
|
|||
return $('<img>')
|
||||
.attr({
|
||||
// fixme: not the right place to do these
|
||||
src: Ox.PATH + 'svg/ox.map/' + (value || 'NTHH') + '.' + (value == 'RE' ? 'png' : 'svg')
|
||||
src: Ox.PATH + 'svg/Ox.Geo/' + (value || 'NTHH') + '.' + (value == 'RE' ? 'png' : 'svg')
|
||||
})
|
||||
.load(function() {
|
||||
$(this).css({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue