added sorting to list of nodes and topics
This commit is contained in:
@@ -38,6 +38,7 @@ function updateTopicsGUI()
|
||||
{
|
||||
|
||||
topics = getTopics()
|
||||
topics.sort();
|
||||
if(topics != null){
|
||||
var innerHTML = "";
|
||||
for (var i = 0; i < topics.length; i++ )
|
||||
@@ -54,6 +55,7 @@ function updateNodesGUI()
|
||||
{
|
||||
|
||||
nodes = getNodes()
|
||||
nodes.sort()
|
||||
if(nodes != null){
|
||||
var innerHTML = "";
|
||||
for (var i = 0; i < nodes.length; i++ )
|
||||
|
||||
Reference in New Issue
Block a user