map
This commit is contained in:
parent
5059172d47
commit
ef6bb1753a
2 changed files with 20 additions and 20 deletions
|
|
@ -61,21 +61,6 @@ Ox.ListMap = function(options, self) {
|
|||
marginLeft: '-3px',
|
||||
marginTop: 0
|
||||
});
|
||||
/*
|
||||
.css({
|
||||
width: '21px',
|
||||
height: '14px'
|
||||
})
|
||||
.load(function() {
|
||||
var $this = $(this);
|
||||
Ox.print($this.width() / $this.height())
|
||||
$this.css({
|
||||
width: Math.round(14 * $this.width() / $this.height()) + 'px',
|
||||
height: '14px',
|
||||
padding: '1px 0 0 1px'
|
||||
});
|
||||
});
|
||||
*/
|
||||
},
|
||||
id: 'countryCode',
|
||||
resizable: false, // fixme: implement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue