forked from 0x2620/pandora
fix manage events bugs
This commit is contained in:
parent
ddf8655959
commit
e3e117588f
5 changed files with 54 additions and 8 deletions
|
|
@ -55,7 +55,6 @@ pandora.ui.eventsDialog = function() {
|
|||
$content && $content.options({height: data.height});
|
||||
},
|
||||
resizeend: function(data) {
|
||||
Ox.print('RESIZEEND', data)
|
||||
$content && $content.options({height: data.height, width: data.width});
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue