aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-24 01:13:30 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-26 18:14:27 +0100
commit2b6e65a5e367deff3df333e5a79c5d23a484ae01 (patch)
tree496e57508c74633a71b212da33ecd15094d9cbe4 /src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php
parent7720cca5325eae71595e6355d6599448c30377fb (diff)
downloadwallabag-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/DependencyInjection/WallabagCommentExtension.php')
-rw-r--r--src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php2
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 @@
3namespace Wallabag\CommentBundle\DependencyInjection; 3namespace Wallabag\CommentBundle\DependencyInjection;
4 4
5use Symfony\Component\DependencyInjection\ContainerBuilder; 5use Symfony\Component\DependencyInjection\ContainerBuilder;
6use Symfony\Component\Config\FileLocator;
7use Symfony\Component\HttpKernel\DependencyInjection\Extension; 6use Symfony\Component\HttpKernel\DependencyInjection\Extension;
8use Symfony\Component\DependencyInjection\Loader;
9 7
10class WallabagCommentExtension extends Extension 8class WallabagCommentExtension extends Extension
11{ 9{