use peering request
This commit is contained in:
parent
614a562f3c
commit
cb4ba86bac
2 changed files with 18 additions and 21 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue