infobox, nodelist: rename neighbours to links
This commit is contained in:
parent
80967c6259
commit
fa9a16defb
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ define(["sorttable", "virtual-dom", "numeral"], function (SortTable, V, numeral)
|
|||
},
|
||||
reverse: true
|
||||
},
|
||||
{ name: "Neighbours",
|
||||
{ name: "#Links",
|
||||
sort: function (a, b) {
|
||||
return a.meshlinks - b.meshlinks
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue