forked from saurabh/orbit4-5
8 lines
440 B
Plaintext
8 lines
440 B
Plaintext
$("#user_actions").html("<%= j(render :partial => 'user_action', :collection => @user_actions) %>");
|
|
$(".user-paginate").html("<%= j(paginate @user_actions, :remote => true) %>");
|
|
|
|
$("#mail_cron_logs").html("<%= j(render :partial => 'mail_cron_log', :collection => @mail_cron_logs) %>");
|
|
$(".paginate").html("<%= j(paginate @mail_cron_logs, :remote => true, :param_name => :mail_log_page) %>");
|
|
|
|
checkScroll();
|
|
$('.list-check').listCheck(); |