mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-29 04:40:55 +02:00
add errMsg function
This commit is contained in:
@ -200,7 +200,6 @@ function consume(source, dest, quantity, amount, reason, type, category, templat
|
||||
"template": template
|
||||
}, reset).fail(function (e) {
|
||||
reset();
|
||||
|
||||
addMsg("Une erreur est survenue lors de la transaction : " + e.responseText, "danger");
|
||||
errMsg(e.responseJSON);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user