fix manage events bugs

This commit is contained in:
rolux 2012-01-30 23:29:04 +00:00
commit e3e117588f
5 changed files with 54 additions and 8 deletions

View file

@ -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});
}
}),