Fix tooltip + enhancement

Adressed PR's comment

Fix CSS issue
This commit is contained in:
Nicolas Le Goff
2013-06-21 15:01:46 +02:00
parent 764fa42f14
commit 90bc96b72a
29 changed files with 312 additions and 203 deletions

View File

@@ -1,10 +1,5 @@
<?php
// This file is automatically generated, please do not edit it.
// To update configuration, use bin/console plugins:* commands.
return call_user_func(function () {
$loader = require __DIR__ . '/../vendor/autoload.php';
return $loader;
return require __DIR__ . '/../vendor/autoload.php';
});