Sort list entries (black-/whitelist) alphabetically before creating the table

This commit is contained in:
DL6ER
2017-06-17 14:44:22 +02:00
parent c749b42f77
commit a9b020c006
+1 -1
View File
@@ -61,7 +61,7 @@ function refresh(fade) {
{
listw.html("");
}
var data = JSON.parse(response);
var data = JSON.parse(response).sort();
if(data.length === 0) {
$("h3").hide();