aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-18 15:30:28 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-18 15:30:28 +0200
commiteecd7e406d46bc34af9aeefa19370df657d2a4fd (patch)
tree90c25ae118c7a21d631b2d3d3e2ef55abfb7521a /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
parent519ba0b5e71cd9b5abd620f682fd2296e6180af3 (diff)
downloadwallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.tar.gz
wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.tar.zst
wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.zip
Fixed some translations
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
index 7808b4dd..2c0e797f 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
@@ -72,7 +72,7 @@
72 $("body").css("cursor", "auto"); 72 $("body").css("cursor", "auto");
73 });*/ 73 });*/
74 74
75 // toggle star property of current article 75 // toggle starred property of current article
76 /* $('#setFav').click(function(){ 76 /* $('#setFav').click(function(){
77 $("body").css("cursor", "wait"); 77 $("body").css("cursor", "wait");
78 $.ajax( { url: '{{ path('star_entry', { 'id': entry.id }) }}' }).done( 78 $.ajax( { url: '{{ path('star_entry', { 'id': entry.id }) }}' }).done(