removing a forgotten js alert

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2007-10-31 13:12:12 -05:00 committed by Joshua Ferraro
parent 310fdc3de6
commit e90d404ccf

View file

@ -8,10 +8,6 @@
}
function confirm_deletion() {
var count = <!-- TMPL_VAR NAME="count" -->;
if(!count){ alert("no count!");
return false; } else {
alert(count);
}
var is_confirmed;
if (count>0){
is_confirmed= alert(_('There are [ '+ count +' ] item(s) attached to this record \n You must delete all items before deleting this record.'));