1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed client creation not adding item to list

This commit is contained in:
Uncled1023 2019-01-26 21:03:34 -08:00
parent 11da968e1c
commit 6fcead2fe8

View File

@ -55,7 +55,7 @@ function createClient() {
$('#noClients').remove();
}
var item = $(response);
var item = $(response.html);
processClientItem(item);