use peering request

This commit is contained in:
j 2016-01-13 15:22:25 +05:30
commit cb4ba86bac
2 changed files with 18 additions and 21 deletions

View file

@ -347,15 +347,11 @@ oml.ui.folders = function() {
Ox.print('got change event')
Ox.Request.clearCache();
},
'peering.accept': function(data) {
Ox.print('peering.accept reload list')
peering: function(data, event) {
Ox.Request.clearCache('getUsers');
that.updateElement();
},
'peering.remove': function(data) {
Ox.print('peering.remove reload list')
Ox.Request.clearCache('getUsers');
that.updateElement();
if (Ox.contains(['peering.accept', 'peering.remove'], event)) {
that.updateElement();
}
},
status: function(data) {
if (data.id == oml.user.id) {