Commit 00edd610 by Alexis Aoun

fix du bug bu btn de confirmation absent dans la pop up de validation

parent ed8bb5be
......@@ -216,6 +216,9 @@ function price_to_weight_confirmed_callback (found, p){
remove_from_toProcess(row, found.data);
}
document.getElementsByClassName("btn--success")[0].style.display = "";
document.getElementsByClassName("btn--success")[0].style.backgroundColor = "";
document.querySelector('#modal_closebtn_bottom').style.backgroundColor = "";
}
}
......
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