Move annotatorjs to the bottom of the body

So that the "article" tag is loaded before
This commit is contained in:
Thomas Citharel
2016-02-24 01:13:30 +01:00
committed by Jeremy Benoist
parent 7720cca532
commit 2b6e65a5e3
2 changed files with 23 additions and 24 deletions

View File

@ -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
{