minor cleanups
This commit is contained in:
parent
4ea645b572
commit
c494c3ace6
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ Ox.IconItem = function(options, self) {
|
||||||
top: (self.options.size / 2) + 'px',
|
top: (self.options.size / 2) + 'px',
|
||||||
width: (self.options.size + 4) + 'px',
|
width: (self.options.size + 4) + 'px',
|
||||||
height: (self.options.size == 64 ? 30 : 58) + 'px'
|
height: (self.options.size == 64 ? 30 : 58) + 'px'
|
||||||
})
|
});
|
||||||
that.$text = $('<div>')
|
that.$text = $('<div>')
|
||||||
.addClass('OxTarget')
|
.addClass('OxTarget')
|
||||||
.css({
|
.css({
|
||||||
|
|
|
@ -97,7 +97,7 @@ Ox.ListMap = function(options, self) {
|
||||||
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
||||||
names.push('~');
|
names.push('~');
|
||||||
}
|
}
|
||||||
return names.reverse().join(', ')
|
return names.reverse().join(', ');
|
||||||
},
|
},
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Geoname',
|
title: 'Geoname',
|
||||||
|
|
Loading…
Reference in a new issue