diff --git a/lib/nodelist.js b/lib/nodelist.js index ee1409c..2130061 100644 --- a/lib/nodelist.js +++ b/lib/nodelist.js @@ -56,7 +56,7 @@ define(["sorttable", "virtual-dom", "numeral"], function (SortTable, V, numeral) td1Content.push(V.h("a", { className: aClass.join(" "), onclick: router.node(d), - href: "#" + href: "#!n:" + d.nodeinfo.node_id }, d.nodeinfo.hostname)) if (has_location(d)) diff --git a/lib/simplenodelist.js b/lib/simplenodelist.js index 3a7e548..8a763df 100644 --- a/lib/simplenodelist.js +++ b/lib/simplenodelist.js @@ -41,7 +41,7 @@ define(["moment", "virtual-dom"], function (moment, V) { td1Content.push(V.h("a", { className: aClass.join(" "), onclick: router.node(d), - href: "#" + href: "#!n:" + d.nodeinfo.node_id }, d.nodeinfo.hostname)) if (has_location(d))