in server/resources/buildServerResources/agentsDiff.js [27:35]
updateDiff: function(url){
var agentAId = $j('#agentASelection').val();
var agentBId = $j('#agentBSelection').val();
BS.ajaxUpdater($('agentsDiffView'), url + "?agentA=" + agentAId + "&agentB=" + agentBId, {
method: 'get',
evalScripts: true
});
return false;
},