fixed #935
This commit is contained in:
parent
57aa8e71bf
commit
78eebc8920
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
$(this).closest('li').fadeOut(200);
|
$(this).closest('li').fadeOut(200);
|
||||||
});
|
});
|
||||||
$('.delete').bind('ajax:failure', function() {
|
$('.delete').bind('ajax:failure', function() {
|
||||||
alert("#{t('status_message.destroy.failure')}");
|
alert("#{t('status_messages.destroy.failure')}");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue