Bug cosmetic : when update in a window
This commit is contained in:
parent
51ea645a3d
commit
9ecd10dcb7
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue