mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Bessere Formulierung von Fehlern
This commit is contained in:
@ -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');
|
||||||
|
Reference in New Issue
Block a user