Fixed map-icons.
This commit is contained in:
parent
8d70839d3b
commit
a4564889df
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ DynMap.prototype = {
|
|||
.append($('<a/>')
|
||||
.attr({ title: map.title, href: '#' })
|
||||
.addClass('maptype')
|
||||
.css({ backgroundImage: 'url(' + (map.icon || 'block_' + map.name + '.png') + ')' })
|
||||
.css({ backgroundImage: 'url(' + (map.icon || 'images/block_' + map.name + '.png') + ')' })
|
||||
.text(map.title)
|
||||
)
|
||||
.click(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue