Browse Source

Fixed forgotten indent

Michael Schwarz 9 years ago
parent
commit
a61c115b24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/infobox/node.js

+ 1 - 1
lib/infobox/node.js

@@ -79,7 +79,7 @@ define(["moment", "numeral", "tablesort", "tablesort.numeric"],
       image.setAttribute("src", "nodestats/" + d.nodeinfo.node_id + ".png")
       image.setAttribute("width", "100%")
 
-	  var link = document.createElement("a")
+      var link = document.createElement("a")
       link.appendChild(image)
       link.title = "nodegraph"
       link.href = "nodestats/" + d.nodeinfo.node_id + ".png"