update entities dialog

This commit is contained in:
rolux 2014-11-20 21:33:21 +00:00
parent e30af55053
commit bf1bf50af8

View file

@ -162,7 +162,7 @@ pandora.ui.entitiesDialog = function(options) {
}); });
}) })
} else if (data.id == 'delete') { } else if (data.id == 'delete') {
// ... deleteEntities();
} }
} }
}), }),