aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-23 11:32:48 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-26 18:14:12 +0100
commit7720cca5325eae71595e6355d6599448c30377fb (patch)
tree9e8589b42c3ba7d42d4601c4ed2feb597dfabf7c /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
parentf38e03dc02c96344677fd2720912605b21c90b5d (diff)
downloadwallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.gz
wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.zst
wallabag-7720cca5325eae71595e6355d6599448c30377fb.zip
Add annotator in baggy theme
+ Documentation about annotations
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index 8ea2d691..2a06484e 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -198,9 +198,6 @@ app
198.then(function () { 198.then(function () {
199 app.annotations.load({entry: {{ entry.id }}}); 199 app.annotations.load({entry: {{ entry.id }}});
200}); 200});
201
202
203
204</script> 201</script>
205 202
206{% endblock %} 203{% endblock %}