LSP - trigger deletion with the rest of config

This commit is contained in:
cat 2015-10-13 15:59:53 +02:00 committed by Thulinma
parent 9943509d5f
commit 1cae0a7fd3
2 changed files with 4 additions and 9 deletions

View file

@ -3488,14 +3488,9 @@ var UI = {
delete mist.data.config.triggers[index[0]];
}
var send = {
config: {
triggers: mist.data.config.triggers
}
};
mist.send(function(d){
UI.navto('Triggers');
},send);
},{config:mist.data.config});
}
})
)