Fixed deleting kofis
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-09-03 22:28:40 +02:00
parent 77f38d4ce4
commit c2c703711a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

@ -68,9 +68,7 @@ function deleteKonfi(id) {
method: 'POST',
data: 'id=' + id,
success: function (msg) {
if (msg.message === 'success') {
//$('#kcoins_row_' + id).remove();
if (msg === 'success') {
getList();
$('#msg').html('<div class="ui success message" style="display: block;">Der Konfi wurde erfolgreich gelöscht.</div>');
} else {