lib/pairing_matrix/server/public/matrix.js in pairing_matrix-1.0.1 vs lib/pairing_matrix/server/public/matrix.js in pairing_matrix-1.1

- old
+ new

@@ -135,10 +135,10 @@ connectedPairs.forEach(function(pair) { playground.toggleClass("playerLarge", pair) var pairId = pair.join('_'); d3.selectAll($("#" + pairId)) .attr("class", "connectLarge") - .style("stroke-width", function(d) {return playground.connectionScale(d[2]) * 3}) + .style("stroke-width", function(d) {return playground.connectionScale(d[2])}) }) d3.selectAll($("#" + id)) .attr("class", "playerLarge") };