sorting tags on webpage, added tags to AtParty importer
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -19,6 +19,7 @@ function addRow(json){
|
||||
var row = table.insertRow(1);
|
||||
row.id = json.id;
|
||||
if (json.tags){
|
||||
json.tags.sort();
|
||||
var tagList = json.tags.join(' ');
|
||||
row.setAttribute('class',tagList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user