Fixed toast

This commit is contained in:
Stefan Zermatten
2017-01-25 08:40:30 +02:00
parent 1af15eff3c
commit f7a3929c05
3 changed files with 20 additions and 142 deletions

View File

@@ -11,7 +11,7 @@ Template.featureDialog.events({
"tap #deleteButton": function(event, instance){
Features.softRemoveNode(instance.data.featureId);
GlobalUI.deletedToast(instance.data.featureId, "Features", "Feature");
GlobalUI.closeDetail();
popDialogStack();
},
});