2016-02-16 21:09:48 +01:00

14 lines
263 B
Plaintext
Executable File

if($('#annonce_cat_index').length > 0){
$('#annonce_cat_index').replaceWith("<%= escape_javascript(render(:partial => "index_block")) %>");
}
else{
$('body').html("<%= escape_javascript(render(:template => 'admin/annonce_cats/index.html.haml')) %>");
}