diff --git a/web/static/network.js b/web/static/network.js
index 01d02da..9ea84a9 100644
--- a/web/static/network.js
+++ b/web/static/network.js
@@ -45,7 +45,7 @@ function drawText(ctx, x, y, text, color, font) {
function drawNetwork() {
ctx.save();
- ctx.resetTransform();
+ ctx.setTransform(1, 0, 0, 1, 0, 0);
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.restore();
@@ -175,7 +175,6 @@ function showNodeInfo(node) {
'' + node.id + '
' +
'
' +
'Version: ' + node.version + '
' +
- 'Location: Helsinki, Finland
' +
'Peers: ' + node.peers.length + '
' +
'
Their peers # |