From b22d593200e3fd698addbbd9d98a3b6658baab5c Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 15 Feb 2012 20:02:59 +0000 Subject: [PATCH] fix a bug where the calendar background in manage events would be 48px too short --- static/js/pandora/eventsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/eventsDialog.js b/static/js/pandora/eventsDialog.js index 51bf1767..7ac884a0 100644 --- a/static/js/pandora/eventsDialog.js +++ b/static/js/pandora/eventsDialog.js @@ -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