forked from 0x2620/pandora
update manage places / manage events
This commit is contained in:
parent
a123d4daf7
commit
e84a5a6ca9
3 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue