login request setup all fields provided by db

updated loginrequest to kotlin
This commit is contained in:
2020-01-31 10:28:39 +01:00
parent 22a9a5b612
commit daf440e36b
5 changed files with 57 additions and 67 deletions

View File

@ -355,8 +355,6 @@ $(document).ready(function () {
datetable = $("#table-pickupdates").DataTable({
"order": [[3, "asc"]]
});
//todo picupdates-tablebody
}, "json");
}
});