update manage places / manage events

This commit is contained in:
rolux 2012-02-20 18:31:26 +00:00
commit e84a5a6ca9
3 changed files with 16 additions and 1 deletions

View file

@ -84,7 +84,9 @@ pandora.ui.eventsDialog = function() {
});
},
events: result.data.items,
hasMatches: true,
height: height,
mode: pandora.site.calendar == 'auto' ? 'add' : 'define',
removeEvent: function(event, callback) {
pandora.api.removeEvent(event, function(result) {
Ox.Request.clearCache(); // fixme: remove