Commit 5da77cc3 by Damien Moulard

remove loading when reception done

parent f4c92c1c
......@@ -1129,6 +1129,8 @@ function send() {
contentType: "application/json; charset=utf-8",
data: JSON.stringify(update_data),
success: function(data) {
closeModal();
try {
// If step 1 (counting), open pop-up with procedure explanation
if (reception_status == "False") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment