remove debug info
This commit is contained in:
parent
1520e1075f
commit
7537b72446
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
// \brief Confirm the removal of a template
|
// \brief Confirm the removal of a template
|
||||||
function confirm_remove(p_phpsessid,p_obj_id,p_type) {
|
function confirm_remove(p_phpsessid,p_obj_id,p_type) {
|
||||||
alert ("Effacement demandé");
|
|
||||||
var
|
var
|
||||||
a=open('confirm_remove.php?PHPSESSID='+p_phpsessid+'&ob_id='+p_obj_id+'&p_type='+p_type,'Confirmez effacement','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');
|
a=open('confirm_remove.php?PHPSESSID='+p_phpsessid+'&ob_id='+p_obj_id+'&p_type='+p_type,'Confirmez effacement','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue