diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-24 01:13:30 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-26 18:14:27 +0100 |
commit | 2b6e65a5e367deff3df333e5a79c5d23a484ae01 (patch) | |
tree | 496e57508c74633a71b212da33ecd15094d9cbe4 /src/Wallabag/CommentBundle | |
parent | 7720cca5325eae71595e6355d6599448c30377fb (diff) | |
download | wallabag-2b6e65a5e367deff3df333e5a79c5d23a484ae01.tar.gz wallabag-2b6e65a5e367deff3df333e5a79c5d23a484ae01.tar.zst wallabag-2b6e65a5e367deff3df333e5a79c5d23a484ae01.zip |
Move annotatorjs to the bottom of the body
So that the "article" tag is loaded before
Diffstat (limited to 'src/Wallabag/CommentBundle')
-rw-r--r-- | src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
3 | namespace Wallabag\CommentBundle\DependencyInjection; | 3 | namespace Wallabag\CommentBundle\DependencyInjection; |
4 | 4 | ||
5 | use Symfony\Component\DependencyInjection\ContainerBuilder; | 5 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
6 | use Symfony\Component\Config\FileLocator; | ||
7 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; | 6 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
8 | use Symfony\Component\DependencyInjection\Loader; | ||
9 | 7 | ||
10 | class WallabagCommentExtension extends Extension | 8 | class WallabagCommentExtension extends Extension |
11 | { | 9 | { |