fix a bug where the calendar background in manage events would be 48px too short

This commit is contained in:
rolux 2012-02-15 20:02:59 +00:00
parent de133158d6
commit b22d593200

View file

@ -84,7 +84,7 @@ pandora.ui.eventsDialog = function() {
});
},
events: result.data.items,
height: height - 48,
height: height,
removeEvent: function(event, callback) {
pandora.api.removeEvent(event, function(result) {
Ox.Request.clearCache(); // fixme: remove