merge
This commit is contained in:
parent
0e2109a77c
commit
47061543ea
1 changed files with 1 additions and 2 deletions
|
@ -203,8 +203,7 @@ Ox.Editable = function(options, self) {
|
||||||
self.$input.options({
|
self.$input.options({
|
||||||
width: width,
|
width: width,
|
||||||
height: height
|
height: height
|
||||||
})
|
});
|
||||||
//.show();
|
|
||||||
self.$input.find(self.options.type).css({
|
self.$input.find(self.options.type).css({
|
||||||
height: height + 'px',
|
height: height + 'px',
|
||||||
width: width + 'px'
|
width: width + 'px'
|
||||||
|
|
Loading…
Reference in a new issue