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:
parent
310fdc3de6
commit
e90d404ccf
1 changed files with 0 additions and 4 deletions
|
@ -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.'));
|
||||
|
|
Loading…
Reference in a new issue