Bug cosmetic : when update in a window

This commit is contained in:
sparkyx 2023-12-15 19:02:49 +01:00
parent 51ea645a3d
commit 9ecd10dcb7

View file

@ -1245,7 +1245,9 @@ function op_save(obj)
parameters: queryString,
onFailure: null,
onSuccess: function (req){
if (req.responseText !=='OK') {
remove_waiting_box();
var answer=req.getElementsByTagName('code');
if (answer[0] !=='OK') {
console.error("D2. op_save")
smoke.alert(req.responseText);
}