2012-02-06 07:23:27 +00:00
|
|
|
$('.bulletin_urls_block a.delete').live('click', function(){
|
|
|
|
$(this).parents('.list_item').remove();
|
|
|
|
});
|
|
|
|
|
2012-01-11 12:31:52 +00:00
|
|
|
$('.bulletin_files_block a.delete').live('click', function(){
|
|
|
|
$(this).parents('.list_item').remove();
|
|
|
|
});
|
|
|
|
|
|
|
|
$('.action a.remove_existing_record').live('click', function(){
|
|
|
|
$(this).next('.should_destroy').attr('value', 1);
|
|
|
|
$("#bulletin_" + $(this).prev().attr('value')).hide();
|
|
|
|
});
|