extract textsize, take timestamp for changelog entries update peers on peering events

This commit is contained in:
j 2014-05-19 11:38:41 +02:00
commit 9aef3616ba
6 changed files with 24 additions and 9 deletions

View file

@ -315,6 +315,12 @@ oml.ui.folders = function() {
if (data.activity == 'import') {
that.updateItems();
}
},
'peering.accept': function(data) {
that.updateElement();
},
'peering.remove': function(data) {
that.updateElement();
}
});