Remove debug info
This commit is contained in:
parent
76b50bd50b
commit
6ec369bc0d
1 changed files with 0 additions and 4 deletions
|
|
@ -1487,17 +1487,13 @@ function duplicate_operation(p_dossier,p_jr_id) {
|
|||
},
|
||||
onSuccess:function(req) {
|
||||
remove_waiting_box();
|
||||
console.debug("success");
|
||||
var xml=req.responseXML;
|
||||
console.debug ("received"+xml);
|
||||
if ( xml.getElementsByTagName("ctl").length==0) {
|
||||
console.log("erreur"+req.responseText);
|
||||
}
|
||||
console.debug("ok we display");
|
||||
add_div(duplicate_div);
|
||||
console.debug (getNodeText(xml.getElementsByTagName("code")[0]));
|
||||
|
||||
console.debug("fill div");
|
||||
duplicate_div.setStyle({"position":"fixed","top":"15%","z-index":"999",
|
||||
"min-width":"30rem",
|
||||
"left":"30%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue