Fixed some translations

This commit is contained in:
Nicolas Lœuillet
2016-08-18 15:30:28 +02:00
parent 519ba0b5e7
commit eecd7e406d
3 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@
$("body").css("cursor", "auto");
});*/
// toggle star property of current article
// toggle starred property of current article
/* $('#setFav').click(function(){
$("body").css("cursor", "wait");
$.ajax( { url: '{{ path('star_entry', { 'id': entry.id }) }}' }).done(