equal
deleted
inserted
replaced
578 $("#c_f_res_nb_com").html(nbComments) ; |
578 $("#c_f_res_nb_com").html(nbComments) ; |
579 $("#c_f_res_nb_tot_com").html(nbAllComments) ; |
579 $("#c_f_res_nb_tot_com").html(nbAllComments) ; |
580 $("#c_f_res_nb_com_txt").html(ngettext('comment', 'comments', nbComments)) ; |
580 $("#c_f_res_nb_com_txt").html(ngettext('comment', 'comments', nbComments)) ; |
581 $("#c_f_res_nb_rep").html(nbReplies) ; |
581 $("#c_f_res_nb_rep").html(nbReplies) ; |
582 $("#c_f_res_nb_tot_rep").html(nbAllReplies) ; |
582 $("#c_f_res_nb_tot_rep").html(nbAllReplies) ; |
583 $("#c_f_res_nb_rep_txt").html(ngettext(' reply', ' replies', nbReplies)) ; |
583 $("#c_f_res_nb_rep_txt").html(' ' + ngettext('reply', 'replies', nbReplies)) ; |
584 |
584 |
585 // update browser infos |
585 // update browser infos |
586 $("#c_browse_indx_total").html(nbDiscussions) ; |
586 $("#c_browse_indx_total").html(nbDiscussions) ; |
587 |
587 |
588 //console.info('nbDiscussions + typeof nbDiscussions +nbComments + typeof nbComments) ; |
588 //console.info('nbDiscussions + typeof nbDiscussions +nbComments + typeof nbComments) ; |