queue peering requests and send again

This commit is contained in:
j 2014-05-18 05:01:24 +02:00
commit e4ca454c41
11 changed files with 157 additions and 97 deletions

View file

@ -269,6 +269,7 @@ oml.ui.identifyDialog = function(data) {
});
getMetadata(id.id, data.value, function() {
// ...
updateIdButtons();
});
}
}
@ -503,4 +504,4 @@ oml.ui.identifyDialog = function(data) {
return that;
};
};