mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Bessere Formulierung von Fehlern
This commit is contained in:
parent
e6bc974a6f
commit
ba4b5fb57c
@ -101,7 +101,7 @@
|
|||||||
window.location.href = '/#end';
|
window.location.href = '/#end';
|
||||||
}, function (response) {
|
}, function (response) {
|
||||||
bootbox.alert({
|
bootbox.alert({
|
||||||
message: "Deine Eintragung konnte leider nicht vorgenommen werden.\nReason: "+response.responseJSON.status,
|
message: "Deine Eintragung konnte leider nicht vorgenommen werden.\nGrund: "+response.responseJSON.status,
|
||||||
});
|
});
|
||||||
entriesAccepted();
|
entriesAccepted();
|
||||||
$("#enqueueModal").modal('hide');
|
$("#enqueueModal").modal('hide');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user