From: Thomas Citharel Date: Wed, 24 Feb 2016 00:13:30 +0000 (+0100) Subject: Move annotatorjs to the bottom of the body X-Git-Tag: 2.0.0-beta.1~7^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=2b6e65a5e367deff3df333e5a79c5d23a484ae01;hp=7720cca5325eae71595e6355d6599448c30377fb;p=github%2Fwallabag%2Fwallabag.git Move annotatorjs to the bottom of the body So that the "article" tag is loaded before --- diff --git a/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php b/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php index 2d0b64ad..6b05fa00 100644 --- a/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php +++ b/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php @@ -3,9 +3,7 @@ namespace Wallabag\CommentBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; -use Symfony\Component\DependencyInjection\Loader; class WallabagCommentExtension extends Extension { 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 2a06484e..c2bbd845 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 @@ -178,28 +178,6 @@ main { } - - {% endblock %} {% block content %} @@ -230,6 +208,29 @@ app {{ entry.content | raw }} + + + {% endblock %} {% block footer %}