remove debug info

This commit is contained in:
sparkyx 2007-03-24 19:11:35 +00:00
parent 1520e1075f
commit 7537b72446

View file

@ -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');