Skip to content

Commit

Permalink
Add the phare to the list of contents accessible from the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Apr 10, 2011
1 parent 3b7c408 commit 27a9e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
if ($('#comments').length) {
$('#comments .new-comment').toolbar('Nouveaux commentaires', {folding: '#comments .comment'});
} else if ($('#contents .node').length) {
$('#contents .new-node').toolbar('Contenus jamais visités')
.additional($('#contents .new_comments'), 'Contenus lus avec + de commentaires');
$('#phare .new-node, #contents .new-node').toolbar('Contenus jamais visités')
.additional($('#phare .new_comments, #contents .new_comments'), 'Contenus lus avec + de commentaires');
}
}

Expand Down

0 comments on commit 27a9e4f

Please sign in to comment.