forked from wallabag/wallabag
Fixed some translations
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user