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

@ -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({