LSP - trigger deletion with the rest of config
This commit is contained in:
parent
9943509d5f
commit
1cae0a7fd3
2 changed files with 4 additions and 9 deletions
|
@ -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});
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue