Re-enabled alphabetic sort order in admin

This commit is contained in:
kolaente 2019-09-11 19:32:24 +02:00
parent 747b169374
commit 3c8a74f203
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function getList() {
$.getJSON('/list?asc=asc', function (data) {
$.getJSON('/list?asc=name', function (data) {
$("#list").html('');
$.each(data, function (i, item) {
// Modus nach Gemeindeb