socialforge/app/views/users/user_resource_delete.js.erb

2 lines
272 B
Plaintext
Raw Normal View History

$("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>');
2015-08-24 10:31:25 +08:00
$("#pages").html('<%= pagination_links_full @atta_pages, @atta_count, :per_page_links => false, :remote => @is_remote, :flag => true %>');