forked from 0x2620/oxjs
updating dialog and filter
This commit is contained in:
parent
636f772820
commit
d50e37588b
3 changed files with 151 additions and 113 deletions
|
|
@ -637,7 +637,7 @@ Ox.Dialog = function(options, self) {
|
|||
opacity: 1
|
||||
}, 50);
|
||||
});
|
||||
} else if (key == 'height') {
|
||||
} else if (key == 'width') {
|
||||
setMinAndMax();
|
||||
setCSS({width: value});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue