forked from 0x2620/pandora
fix a bug with removal of places in manage places dialog
This commit is contained in:
parent
68f0d1117c
commit
c57404149c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pandora.ui.placesDialog = function() {
|
|||
},
|
||||
removePlace: function(place, callback) {
|
||||
Ox.print('REMOVEPLACE', place);
|
||||
pandora.api.removePlace(place.id, function(result) {
|
||||
pandora.api.removePlace(place, function(result) {
|
||||
Ox.Request.clearCache(); // fixme: remove
|
||||
callback(result);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue